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, 2 months ago.
how can i use an STM32F103ZE with mbed ?
how can i use an STM32F103ZE with mbed ? there only STM32F103RB,So,I cann't do anything with mbed online. or you can let me building a Keil-MDK project offine,then i can do something.this STM32F103ZE is QFP144.I can not use so many GPIOs .
1 Answer
10 years, 2 months ago.
You have to add the additional IO's to the mbed lib. Set up a project online , delete the mbed lib and import mbed-src. Export the project and you can compile it with the Keil-MDK. You have to add in targets/hal/TARGET_STM/TARGET_NUCLEO_F103RB ...