• Running IAP calling code from RAM
    We are using the LPC2114. Our application has got a portion of code that has to be run from RAM and is calling IAP functions. Therefore it is declared as follows: void doUpdate() __arm __ram Recently...
  • Running IAP calling code from RAM
    We are using the LPC2114. Our application has got a portion of code that has to be run from RAM and is calling IAP functions. Therefore it is declared as follows: void doUpdate() __arm __ram Recently...
  • Flash/RAM memory interfaces on Cortex-M7 based MCU for fast code execution
    Hi, experts! I would have few questions regarding Cortex-M7 and (in my case) STM32F7 MCU, if anyone here is familiar with them. I am not sure how to use MCU's different flash/RAM interfaces to gain maximum...
  • Flash/RAM memory interfaces on Cortex-M7 based MCU for fast code execution
    Hi, experts! I would have few questions regarding Cortex-M7 and (in my case) STM32F7 MCU, if anyone here is familiar with them. I am not sure how to use MCU's different flash/RAM interfaces to gain maximum...
  • application rtx based with remap in ram
    Hi all, I'm working with the following: IDE: Keil uVision 3 Target: LPC2388 (custom board) RTOS: RTX from RL_ARM v3.7 I'm a application that is booted by a secondary bootloader all work fine;...