• Bootloader in Flash and application in RAM.
    Hi All, I have a plan to put the boot-loader and load many applications less than 32 KBytes. I am wondering that is it possible that boot-loader code is on flash and I copy the application from external...
  • Common RAM for bootloader and application.
    Hi I am working on a bootloader for lpc11c24 (ARM cortex M0). I want to have a common RAM for the bootloader and application. The RAM should not be erased when jumping to application from bootloader...
  • Memory allocation error with bootloader
    I have a big problem with LPC2387 and http-upload demo project when it's loaded by bootloader. After one ten of minute that the application it's running with one ftp connection and one http connection...
  • alloc ram causes hardfault
    Hello, I'm using a lpc1766 and made a very simple program to debug a hardfault exception. After initiallisation the main routine is called where a array is allocated using the library function...
  • On-chip RAM allocation
    Hello, I would like to optimize speed of program performing. Therefore I want to locate some variables to DPRAM using L166 class idata . I was not successful, if I had used dynamic allocation by operator...