2018-09-10 01:13 AM
Hi,
I just buy this eval Board and I am new in the world of MCU-Programming. For the board i bought they were not any document about how to use it. I install the MDK 5 ARM and wish to go stepwise through configuration and programming of the board.
Any link or document which can explain the use will be welcome.
Thanks
2018-09-10 05:51 AM
Primary resources can be found here
https://www.st.com/en/evaluation-tools/stm32091c-eval.html
Example code can be found under the CubeF0 archives, secondary resources also listed on this page
https://www.st.com/en/embedded-software/stm32cubef0.html
STM32Cube_FW_F0_V1.9.0\Projects\STM32091C_EVAL\Demonstrations
STM32Cube_FW_F0_V1.9.0\Projects\STM32091C_EVAL\Examples
For training and seminars, check locally.
2018-09-21 03:23 AM
Hi I am trying now to compile the BSP-example in "STM32Cube_FW_F0_V1.9.0\Projects\STM32091C_EVAL\Examples" but I am getting the error could not load 'STM32091C_EVAL\STM32091C_EVAL.axf' on the MDK-ARM.
Please more information about the problem..
2018-09-21 03:51 AM
Likely because the build process didn't complete without an error.
You can't load/debug something the linker hasn't built.
Look at the errors being reported during the build process.