• Code not executing without debugger
    Hi, I am using TLE9879QXA20 controller, with internal clock running. Whenever I download the code using JLink debugger, It flashes the code and run the software.After Power on, it doesn't runs the...
  • Data trace without source code
    Is there any way to dump the data trace using MDK, when only the execution binary is available, not the source code? If yes, can anyone point me to where to find such resource. Thanks, Kanad
  • Is there a hello world assembly language project for M4 WITHOUT Startup code?
    I really want to just write some values to registers but I am really struggling to get the most simple of ASM projects to build I am coming from PIC background and for an intial lab I want to be able...
  • locating code without a 'main' function
    I'm using the BL51 linker/locator to locate (without code banking using the ROM(SMALL) directive) a piece of code at a specific location using the CODE control. The code I'm trying to locate a piec of...
  • Runnig code from RAM without accessing flash
    Hello, I have a problem with one very special device based on ARM cortex M3. I need to program the whole flash memory(from begining) and I have to use only UART interface. No other interface can...