• Code execution taking ages!!
    Hello All, below is a small segment of the written code. However, it seems to me that executing this takes forever and the target CPU seems to go into an infinite loop.I have to stop the debugging everytime...
  • 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-m0 address branching from ROM to RAM
    I'm designing a MCU platform that is using ROM and RAM. My boot up scenario is as follows. First, ROM F/W is executed after power up(ROM F/W is excecuted only 1 time). And then, core waits for...
  • 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...
  • setting breakpoint from code
    Hi, my app (cortex m3) needs to set up a breakpoint directly from code, in order to jump to an interrupt when an instruction from a certain address is fetched. This WITHOUT using a debugger. Any hint...