• Compiling through asm-source file. See any overlays?
    I've found lots of differences between direct compiling from C and compiling through assembler! This differences are in the dealing with functions' arguments. for example: When compiling directly from...
  • Compiling through asm-source file. See any overlays?
    I've found lots of differences between direct compiling from C and compiling through assembler! This differences are in the dealing with functions' arguments. for example: When compiling directly from...
  • Configure trace components through the DAP
    Hi Everyone, My goal is to configure the register values of the trace components (like DWT,ITM,TPIU) through the DAP (using SWD connection) while the prrocessor is running I have two identical STM32F429I...
  • Configure trace components through the DAP
    Hi Everyone, My goal is to configure the register values of the trace components (like DWT,ITM,TPIU) through the DAP (using SWD connection) while the prrocessor is running I have two identical STM32F429I...
  • Multiple const code segment in a single source file
    We have a sequencer which is in a fixed location in ROM (0xf000-0xffff). It is produced by an external process that creates C source code and is compiled and linked into the final ROM. This I have been...