2010-10-18 10:38 AM
Avoiding FLITF
2011-05-17 05:11 AM
Memory mapped how, it's already tightly coupled to the address bus, and not on some separate die?
The flash part is relatively easy to program for in C or assembler, without the use of any library functions (set up the registers, write to memory, wait). It is also possible to program large blocks (or the entire part) without endlessly toggling the PG enable. Programming will also go quicker if you do it from RAM, rather than running the code in another part of the FLASH. Good luck.