andysworkshop / stm32plus

The C++ library for the STM32 F0, F100, F103, F107 and F4 microcontrollers
http://www.andybrown.me.uk
Other
745 stars 224 forks source link

Blink Project for STM32F103VB #207

Open hariudkmr opened 6 years ago

hariudkmr commented 6 years ago

does the f1hd device setting support STM32F103VB.

Currently I installed the stm32plus mode=fast/small devicef1hd and was able build the sample cmake project After building and downloading the binary code to STM3210B-LK1 Development board(which contains STM32F103VB - Changed the Port to C and Pin 4.) nothing happens.

Note- I have updated the linker.ld file (Flash size to 128K and Ram Size to 20K)

Regards Hari