• Problem running copied code into flash
    Hi everyone, So I have a question. I have a ARM-M4 and for what I can tell this has both ARM and Thumb assembly. Meaning sometimes it interprets a 32 bit instruction as 2 16bit ones, some of the times...
  • Cortex-M register RAM and Flash periodical check?
    Hi ARM, How to check Cortex-M4 register,RAM and Flash periodically using software when the processor is running? Best regards, Frank
  • Cortex-M0: Execute in RAM after copying from flash
    Hi, I'm working on Cortex-M0.  The goal is to execute the program in SDRAM after copying from flash.  The system will boot from ROM, copy the program from flash to SDRAM, then execute from SDRAM afterwards...
  • 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...
  • TM4C129 - Protect the code from copy
    I am trying to evaluate ways to protect my embedded code from being read and copy from outside world. I wonder what are the popular ways used out there. Pls note that you still need the option to upgrade...