• Execute a specific library function from RAM memory using MDK Linkerscript ?
    I have a lludivv7m.o which is included inside the Standard Arm C Library. And I need to place the __aeabi_uldivmod function only in RAM. In the linker script. I can do the following: lludivv7m.o(...
  • Execute a specific library function from RAM memory using MDK Linkerscript ?
    I have a lludivv7m.o which is included inside the Standard Arm C Library. And I need to place the __aeabi_uldivmod function only in RAM. In the linker script. I can do the following: lludivv7m.o(...
  • 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...
  • Executing Code from RAM
    Hi, I am using some evaluation board from NXP. It uses LPC2138 micro. After loading the software it says to debug I cannot keep more than 2 break points as code is executing from Flash. I would like...