Search found 5 matches

by lightbug
Mon Sep 22, 2014 5:28 pm
Forum: Flowcode V5 Free Edition
Topic: ROM free 100%
Replies: 3
Views: 6836

Re: ROM free 100%

Hi martin, thanks! I was hoping that change the target device was the last thing to do. I'm using 16f84a (yeah I know :lol: ) and trying to make a frequency meter, the problem comes with the mantissa of the frequency (comparison of float numbers), so the memory is not enough. Maybe the way i am doin...
by lightbug
Mon Sep 22, 2014 1:44 am
Forum: Flowcode V5 Free Edition
Topic: How to get the mantissa without float??
Replies: 1
Views: 6109

How to get the mantissa without float??

Hi, I want to get the mantissa of a number. The problem is this: Example --> 50/1000 = 0.050 ---> with DIV ( / ) gives me "0" , and with MOD ( % ) gives me "50" ... so the final number displayed in the LCD is 0.50 !! I'm using float numbers and if statements , so I can compare the float and add zero...
by lightbug
Mon Sep 22, 2014 1:35 am
Forum: Flowcode V5 Free Edition
Topic: ROM free 100%
Replies: 3
Views: 6836

Re: ROM free 100%

I've noticed that when the ROM is full the ram is used :roll: .
I'm using less instructions but it's not enough for my purpose
by lightbug
Mon Sep 22, 2014 12:46 am
Forum: Flowcode V5 Free Edition
Topic: How to implement "else if" in Decision
Replies: 7
Views: 11580

Re: How to implement "else if" in Decision

the best way IMO is using blocks From the documentation it is looking like I do need to use the switch block, however operators like =, >, <, etc... don't seem to work here. In addition, only constants appear in the drop down, it does not list the Global variables. This is what I thought would work,...
by lightbug
Mon Sep 22, 2014 12:05 am
Forum: Flowcode V5 Free Edition
Topic: ROM free 100%
Replies: 3
Views: 6836

ROM free 100%

Hi, I'm new in flowcode. I am having a trouble with the ROM memory, it's 100% unused, why all the memory used is RAM?? All the code goes to the RAM in the free edition? :? RAM available:68 bytes, used:94 bytes (138.2%), free:-26 bytes (-38.2%), Heap size:0 bytes, Heap max single alloc:0 bytes ROM av...