Skip to main content
dming.4
Associate II
December 27, 2022
Solved

STM32F3 Discovery kit firmware package is outdate, how to get the newest version?

  • December 27, 2022
  • 1 reply
  • 1508 views

Hello,

I had a STM32F3 Discovery board which version label is "MB1035-F303C-E02" and its Compass mode is LSM303AGR. But I found the code in STSW-STM32118 is use LSM303DLHC, and the demo code not work. Where could I get the latest demo code for STM32F3 Discovery board ?

And hers is a working hex file which is newer than https://www.st.com/resource/en/compiled_demos/stm32f3discovery_demo.zip

Thank you

This topic has been closed for replies.
Best answer by AScha.3

the latest cube should have it:

(from : STM32Cube/Repository/STM32Cube_FW_F3_V1.11.3/Projects/STM32F3-Discovery/Demonstrations/ )

0693W00000Y6uO2QAJ.pnghttps://github.com/STMicroelectronics/STM32CubeF3

https://www.st.com/content/st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-mcu-mpu-packages/stm32cubef3.html

1 reply

AScha.3
AScha.3Best answer
Super User
December 27, 2022
"If you feel a post has answered your question, please click ""Accept as Solution""."
dming.4
dming.4Author
Associate II
December 27, 2022

Thank you very much, It works!!!