This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

lpc2478 nor flash

I have a large LCD image .h file ( > 1Mbyte) and wish to store it in my lpc2478 board which have 4M nor flash . Any one give me full detail how to do it ??? Thanks !!!

  • update your startup file to config the correct static memory bank with the timing parameters of your device/core speed.
    update uv4 debug configuration to program NOR flash upon debug if required to store code (see blinky).
    update any bootloader you might have to program NOR flash as well as internal flash.