dirtyjtag / DirtyJTAG

JTAG probe firmware
MIT License
475 stars 72 forks source link

Reduced available SRAM in linker script to be compatible to STM32F103C6 #113

Closed gregorv closed 3 months ago

gregorv commented 3 months ago

This addresses issue #91. Only the SRAM was reduced to the 10k of the C6 variant, FLASH was left as-is. This is usually not a problem, since the linker fills the FLASH image from the start, but if the SRAM is too short, the stack is not in the memory.

Tested on STM32F103C6, very confident that it will work on STM32F103C8.

jeanthom commented 3 months ago

LGTM, thanks for taking care of this issue!