cancel
Showing results for 
Search instead for 
Did you mean: 

Avoiding FLITF

pshah
Associate
Posted on October 18, 2010 at 19:38

Avoiding FLITF

1 REPLY 1
Posted on May 17, 2011 at 14:11

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.
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..