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.
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.