• Problem in copying functions to RAM on ARM Cortex-M
    I'm (again) facing a very strange problem in my project for ARM Cortex-M4 (STM32F301K8). The project requires some of the functions to be executed from RAM (it's actually a bootloader with encryption...
  • CORTEX M4 - Output an array declared with __DATA(RAM) attribute?
    Hi to you all, I'm using an LPC4370 (in a link2 probe) to output the data acquired @ 40 MSPS using the USB CDC VCOM driver included in the LPCOPEN Libraries . I can output an array of uint32_t elements...
  • Where is the register definition of DHCSR for Cortex-M4
    The manual of Cortex-M4 defines the address of DHCSR but provides no information about the register format.
  • Micro controller getting reseted periodically.
    Hi, I am using Nuvoton M058LBN. In my code, my while 1 there are some functions which should run continuously. But it was getting reseted . So for checking I printed some statement which is getting...
  • Usage of generic register in CPU reset
    Hi All, Could anyone please tell me which generic register/location in memory can be used for storing a bit value which will not get reset after a CPU reset? I need the register to hold the value after...