Avoiding FLITF
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-10-18 10:38 AM
Posted on October 18, 2010 at 19:38
Avoiding FLITF
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 5:11 AM
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..
Up vote any posts that you find helpful, it shows what's working..
