2014-08-18 07:17 AM
So this maybe a very stupid and noob question:
Are the library functions of stm32f4 and stm32f3 the same? I have been working on stm32f4 for quiet a while and had written a large amount of code for a certain project (using its libraries). Now I have to replicate that on multiple agents but the microcontrollers easily available to me are stm32f3. So if I copy paste my stm32f4 code (ofcourse changing the include files and what not) it would work on stm32f3? #library #stm32f3 #stm32f4