2016-08-23 04:24 AM
Hi,
I have developed a USB HID device using STM32F103RBT6 micro and want to move to lower cost IC STM32F102R8T6. Since the stmf1xx library remains same and on seeing the stm32f102 datasheet there is no much difference with stm32f103 (apart from 48Mhz clock capacity), can I use the same firmware as it is to the new micro-controller or Do I need to make any other changes?
Thanks,
Abhishek.
Edit: Changed micro-controller part-no.
#hid #stm32 #usb2016-08-23 05:50 AM
Hello,
You can refer to this application note , it can help you with the steps required tomigrate from an STM32F1/STM32F0 and to see how configuration is done there.Regards