2013-06-17 08:43 AM
I'm currently working with a STM32F3-Discovery board which has the STM32F303VC microcontroller on it. I'm planning on eventually using the STM32F373C8 on my board, but I want to test out some code and get comfortable with the device with the discovery board. I noticed in the software package that most of the header files have a STM32F30x prefix which worries me that they wouldn't be compatible with the microcontroller i will eventually be using.
Does anyone know if they are compatible? If they aren't, does ST provide any software for the peripherals of the STM32F37x devices?Thanks for the help! #lmgtfy:-stm32-resources2013-06-17 10:03 AM
Does anyone know if they are compatible? If they aren't, does ST provide any software for the peripherals of the STM32F37x devices?
http://www.st.com/web/en/catalog/tools/PF258151 http://www.st.com/st-web-ui/static/active/en/st_prod_software_internet/resource/technical/software/firmware/stm32f37x_dsp_stdperiph_lib.zip http://www.st.com/web/en/catalog/tools/PF258150 http://www.st.com/st-web-ui/static/active/en/st_prod_software_internet/resource/technical/software/firmware/stm32373c-eval_fw.zip
2013-06-17 12:46 PM
Thanks so much! Just what I was looking for