which is what I did. its a way to break up the flash data space
enabling reading, writing and erasing of data in a pic sized way
yet deal with large data structures normally beyond a pic's...
i can't see any way to make a flash FS that's any less complex or resource hungry than a fat16 or fat32 sd card system , hardly worth the effort
for such a tiny storage space. my system was for...
I took a look at your TFT addin and it is heavy going for me to understand what's happening as most is in assembly. I'll try the code when my parts arrive...
I agree with peja089, the colon acts as a virtual line break.
If more than a signle statement should execute as a result of the evaluation use IF-THEN-ENDIF.
Of course, you're right. Now something happening. The display lit up and does some counting and flickering with segments.
That with your firstly posted code. Now figuring out how to display numbers...
Published on - 23rd April 2010 19:39
Number of Views: 3909
1. How can I reference a BIT in a BYTE?
2. How can I reference a BIT in a WORD?
3. How can I reference a BIT in a BYTE ARRAY?
4. How can I reference a BIT in a WORD ARRAY?
5. How can I reference a BYTE in a WORD ARRAY?
...
Re: Microchip SST26VF064B (64Mbit Serial Flash)
which is what I did. its a way to break up the flash data space
richard Today, 04:59enabling reading, writing and erasing of data in a pic sized way
yet deal with large data structures normally beyond a pic's...