• Breakpoint execution
    Can anybody tell me in detail regarding how a compiler works? What are internal steps involved in a compiler? And also how does a breakpoint work in a compiler when we use in debug mode? ...
  • Breakpoints numbering issue
    Hi When I remove some breakpoints in my code, and re enable it just after I have a non constant breakpoint index For example: Execution stopped in Thread mode at 0x1FFE447A 0x1FFE447A 9,0 return...
  • Simulating code execution in RAM
    Hello! As running code from flash is not so fast I want to run code from RAM. So I took the example that was delivered with the Analog Devices ADuC_Beta702x kit called "FuncRAM". Wenn I let it run on...
  • copying code to ram and executing it
    Hello, I am using Keil uVision 5.15 compiler. copying a routine to ram(FLASH_eraseOneBlock) and try to runit, the code crashes (hardware Fault). I have looked at Keil's ram function example and...
  • Execute Code in RAM for Development
    Hello, I am developing code on a Texas Instruments TM4C123GH6PM (Cortex-M4) microcontroller. During development I would like to run code directly from the onboard SRAM instead of ROM to avoid wear...