• Cache clean of translation tables stops execution?
    Hi, I am currently working on an integrity enforcer running in a modified version of the ARM trusted firmware in EL3. To gain access to the memory I added 4 1GiB entries to the translation tables located...
  • debug command-execution stopped in USR mode
    Hi, what does the command mean " wait step Execution stopped in USR mode" I am using DS-5 Debug Eclipse Platform to debug .c file. my target is connected to ULINK Pro ,and the connections is...
  • Stack usage on function call
    Hello, I am encountering a stack usage problem : if a function (or Statement expression or Lambda) returning a structure is called directly as a argument of another function, a new structure is added...
  • How to stop GDB from initializing a particular piece of FLASH?
    Howdy! I'm using a SEGGER J-Link with Windows 10 and GNU ARM GCC / Eclipse. In my C source code I have this line where I declare a flash based structure (so only reading is possible by regular code...
  • Resetting the stack pointer in "noreturn" functions?
    Architecture: Cortex-M0 Toolchain: gcc-arm-none-eabi-6-2017-q2-update, gcc-arm-none-eabi-8-2018-q4-major In an attempt to mitigate the possibility of stack overflow I would like to reset the stack...