2023-05-16 12:57 AM
Hi, I am working on a firmware for STM32F103C8T6 with 128KB of flash. When I create a new project in the STMCubeIDE by default it sets the flash size to 64KB. I have changed the flash size in the linker file to 128KB. Is it the only change required or some more required? Thank you.
Solved! Go to Solution.
2023-05-16 01:18 AM
Well, the STM32F103C8T6 is a device with 64kB flash, which is why the IDE sets it correctly.
The variant with 128KB flash has the product designation STM32F103CBT6, i.e. CB instead of C8.
Hope that helps?
Regards
/Peter
2023-05-16 01:18 AM
Well, the STM32F103C8T6 is a device with 64kB flash, which is why the IDE sets it correctly.
The variant with 128KB flash has the product designation STM32F103CBT6, i.e. CB instead of C8.
Hope that helps?
Regards
/Peter
2023-05-16 02:54 AM
Thanks for clarifying.
2024-03-22 01:32 PM
Hello, I used stlink to put the liberpilot firmware, which has a volume of 128 KB, on the STM32F103C8T6. It seems that this microcontroller has 128 KB of memory.