Skip to main content
pshah
Visitor II
October 18, 2010
Question

Avoiding FLITF

  • October 18, 2010
  • 1 reply
  • 818 views
Posted on October 18, 2010 at 19:38

Avoiding FLITF

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    May 17, 2011
    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 VenmoUp vote any posts that you find helpful, it shows what's working..