2022-12-26 06:10 PM
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
Solved! Go to Solution.
2022-12-27 12:16 AM
the latest cube should have it:
(from : STM32Cube/Repository/STM32Cube_FW_F3_V1.11.3/Projects/STM32F3-Discovery/Demonstrations/ )
https://github.com/STMicroelectronics/STM32CubeF3
2022-12-27 12:16 AM
the latest cube should have it:
(from : STM32Cube/Repository/STM32Cube_FW_F3_V1.11.3/Projects/STM32F3-Discovery/Demonstrations/ )
https://github.com/STMicroelectronics/STM32CubeF3
2022-12-27 02:12 AM
Thank you very much, It works!!!