• download to internal/external flash working on one machine but not another
    I have a uVision project that uses an external flash loader module to get an app into both the MCU's internal flash and an external NOR flash chip. This works fine on multiple developer's PCs here. I...
  • download to internal/external flash working on one machine but not another
    I have a uVision project that uses an external flash loader module to get an app into both the MCU's internal flash and an external NOR flash chip. This works fine on multiple developer's PCs here. I...
  • Transfer data from Flash to internal RAM
    Hello, Program which can earse the entire on-chip flash must run from internal RAM. In my project design, the erase code resides in a known location of Flash. At certain point of execution I need...
  • Transfer data from Flash to internal RAM
    Hello, Program which can earse the entire on-chip flash must run from internal RAM. In my project design, the erase code resides in a known location of Flash. At certain point of execution I need...
  • Reading from Flash Not Working
    I have the following code for my LPC2138 that writes to RAM, writes to ROM through IAP call, and then checks to see if it wrote to RAM and ROM correctly: void testMem(){ unsigned char index; unsigned...