Search found 17 matches

by DeeJayOne
Sat May 02, 2020 4:35 pm
Forum: Flowcode V8
Topic: Easter Special
Replies: 27
Views: 23970

Re: Easter Special

Xbeejunior wrote:Hi,
the entire special offer has been over since April 20th, the extension of the offer was only an exception and will probably not be done anymore ...
Greeting
So, I'm not a lucky man :(, I missed it for only few days...

Thanks for your reply.
by DeeJayOne
Sat May 02, 2020 10:41 am
Forum: Flowcode V8
Topic: Easter Special
Replies: 27
Views: 23970

Re: Easter Special

Steve wrote:Our special offer has been extended, so there's still time to upgrade.
I would like to know if the special offer is always extended ?

Regards
by DeeJayOne
Sat May 02, 2020 8:56 am
Forum: Flowcode V8
Topic: PIC10F322 - reading the TMR0 register value
Replies: 7
Views: 2783

Re: PIC10F322 - reading the TMR0 register value

Thanks for the reply Martin :) I have checked the wiki and it is not specified that it can't directly read SFR. https://www.matrixtsl.com/wiki/index.php?title=C_Code_Simulation PS : I had forgotten to activate the "C Simulate" feature by clicking on the icon. I have well a message box which indicate...
by DeeJayOne
Fri May 01, 2020 11:38 pm
Forum: Flowcode V8
Topic: PIC10F322 - TEMPERATURE INDICATOR MODULE usage
Replies: 5
Views: 2724

Re: PIC10F322 - TEMPERATURE INDICATOR MODULE usage

medelec35 wrote:
DeeJayOne wrote:Knowing that a 8-bit PIC µC doesn't heat a lot,
That would depend on how many LED's or simulator loads driving at once + osc speed.
Of course !!!
I like Low Power system applications : LOW POWER = LESS HEAT, LESS POLUTION -> ECO FRIENDLY
by DeeJayOne
Fri May 01, 2020 10:44 pm
Forum: Flowcode V8
Topic: PIC10F322 - TEMPERATURE INDICATOR MODULE usage
Replies: 5
Views: 2724

Re: PIC10F322 - TEMPERATURE INDICATOR MODULE usage

Thanks for your reply chipfryer27 :)

Knowing that a 8-bit PIC µC doesn't heat a lot, I think that getting the die temperature shoudn't be very different than getting the ambiant temperature.

Is there a place in the forum to ask new feature request ?

Regards
by DeeJayOne
Fri May 01, 2020 6:45 pm
Forum: Flowcode V8
Topic: PIC10F322 - reading the TMR0 register value
Replies: 7
Views: 2783

Re: PIC10F322 - reading the TMR0 register value

I don't understand Martin. I have tried to follow this wiki article as example which speaks about "custom interrupt" : https://www.matrixtsl.com/wiki/index.php?title=Custom_Interrupts_-_PICmicro As we can see, it seems there is a way to get directly values from PIC SFR. So where is the trouble ? PIC...
by DeeJayOne
Fri May 01, 2020 5:38 pm
Forum: E-blocks
Topic: ZIF socket for E-blocks2 device Programmer boards ?
Replies: 3
Views: 6140

Re: ZIF socket for E-blocks2 device Programmer boards ?

I'm asking if E-blocks2 Programmer boards have a embedded ZIF socket or not. No it does not, it just has Dip sockets. Is there a specific reason e.g only for programming multiple chips or to use with other E-blocks2 to plug in to the ports of the multiprogrammer? In my case, it would be for program...
by DeeJayOne
Fri May 01, 2020 4:34 pm
Forum: E-blocks
Topic: ZIF socket for E-blocks2 device Programmer boards ?
Replies: 3
Views: 6140

ZIF socket for E-blocks2 device Programmer boards ?

Hi everyone ! :) I'm asking if E-blocks2 Programmer boards have a embedded ZIF socket or not. It seems that my eyes don't see it on the pictures, so I have tried to find it in the "accessories section" but without any success. I have finally found this item : EB072 - ZIF socket programmer adaptor ht...
by DeeJayOne
Fri May 01, 2020 3:02 pm
Forum: Flowcode V6
Topic: Timer0 interrupt
Replies: 11
Views: 12150

Re: Timer0 interrupt

m asking why TMR2 has an available rollover value and NOT TMR0 in Flowcode. It's nothing to do with Flowcode, its to do with the pic architecture. On your target device, Timer 2 has a period register (PR2) and timer 0 does not. I would not recommend using PIC10F322, it has such a small amount of me...
by DeeJayOne
Fri May 01, 2020 2:54 pm
Forum: Flowcode V8
Topic: Macro vs Function
Replies: 1
Views: 1473

Macro vs Function

Hi everyone !

I'm a newbie with Flowcode and I have some trouble to make the difference between a macro and a function.
It seems that either a macro or either a function is called a MACRO in Flowcode.
I find this is not easy to distinguish them.
by DeeJayOne
Fri May 01, 2020 2:33 pm
Forum: Flowcode V6
Topic: Timer0 interrupt
Replies: 11
Views: 12150

Re: Timer0 interrupt

I'm using a PIC10F322 and I'm asking why TMR2 has an available rollover value and NOT TMR0 in Flowcode.

PS : I use flowcode v8.2.2.15 (2020-02-28)
by DeeJayOne
Fri May 01, 2020 2:17 pm
Forum: Flowcode V8
Topic: PIC10F322 - reading the TMR0 register value
Replies: 7
Views: 2783

Re: PIC10F322 - reading the TMR0 register value

You won't be able to read SFR values within simulation unless using Ghost hardware, E.g Flowkit2 or Multiprogrammer It will work on your hardware i.e tmr0_value will contain the value of TMR0 Simulation will not work with any manually added C Code blocks. It would be nice having a message in Flowco...
by DeeJayOne
Fri May 01, 2020 1:34 pm
Forum: Flowcode V8
Topic: PIC10F322 - reading the TMR0 register value
Replies: 7
Views: 2783

PIC10F322 - reading the TMR0 register value

Hi everyone !

I try to read the TMR0 register value but it seems it doesn't work.
The value keeps always 0

My Cfg :
- Windows 10
- FlowCode v8.2.2.15 (2020-02-28)
TMR0 - Settings.PNG
(12.79 KiB) Downloaded 430 times
TMR0 ISR (3024) - Crop - with Arrow.png
(91.04 KiB) Downloaded 430 times
Flowcode_PIC10F322_interrupt_tmr0.fcfx
(8.85 KiB) Downloaded 160 times
by DeeJayOne
Fri May 01, 2020 1:56 am
Forum: Flowcode V8
Topic: compile to chip
Replies: 7
Views: 5218

Re: compile to chip

medelec35 wrote:You should have:PIC Compiler.png& within pic:PIC Compiler2.png
I can see that you have the "Common" subfolder as me after my first compiler installation.
Now, I haven't this subfolder and it solves the problem, very strange...
W10 - Install Folder Tree - v2.PNG
(72.24 KiB) Downloaded 459 times
by DeeJayOne
Fri May 01, 2020 1:42 am
Forum: Flowcode V8
Topic: compile to chip
Replies: 7
Views: 5218

Re: compile to chip

Hi DeeJayOne, What are the root folders within C:\Program Files (x86)\Flowcode\Common\Compilers ? After checking the install folder during the install process with an other compiler (PIC16 this time), I can see that the compiler want to install in the following default folder : C:\Program Files (x8...
by DeeJayOne
Fri May 01, 2020 12:15 am
Forum: Flowcode V8
Topic: compile to chip
Replies: 7
Views: 5218

Re: compile to chip

I meet the same problem. After installing the 8-bit PIC C compiler and re-starting Flowcode v8, the error message is always present. Then I have restarted my computer without any change. I have verified the C-compiler path in the "build menu -> compiler options" and I can see that the default path i...
by DeeJayOne
Thu Apr 30, 2020 7:57 pm
Forum: Flowcode V8
Topic: PIC10F322 - TEMPERATURE INDICATOR MODULE usage
Replies: 5
Views: 2724

PIC10F322 - TEMPERATURE INDICATOR MODULE usage

Hi everyone! I'm a newbie with Flowcode 8 and I would like to know how to use the TIM (Temperature Indicator Module) of the PIC10F322. When I search in the menu "sensor -> temperature" , I don't find any "internal temperature" component. PIC10F322 Datasheet link : http://ww1.microchip.com/downloads/...