cancel
Showing results for 
Search instead for 
Did you mean: 

where could I find any tutorial for STM32091C-EVAL/03-0?

SAbis
Associate III

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

3 REPLIES 3

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
SAbis
Associate III

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..

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..