Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 6 months ago.
Does it support STM32F103CX?
STM32F103C8/CB are more popular, does mbed support these micros as well?
Question relating to:
2 Answers
10 years, 6 months ago.
You can export project to uVision and make a few adjustments in project as change MCU type and for STM32F103C8 MCU change in scatter fie from "LR_IROM1 0x08000000 0x20000" to "LR_IROM1 0x08000000 0x10000".
10 years, 6 months ago.
STM32F103CX are 48-pin while STM32F103Rx are 64-pins mbed only support the nucleo boards which have 64-pins devices mounted on. But the devices are compatible, if you are careful not to use features that are not available on the 48-pin package, you can develop with mbed