2018-09-21 03:17 AM
Hi I bought the STM32F091C-Eval board to practice for µC programming. But it seems i have never programmed anx µC and I am looking now for step for step µC programming for the STM32F091C-Eval. I downlaod the STMCube and ARM MDK for the programming and all the existing example when compiles give the error could not load file ...axf.
I programm the 4 LED on the board to blink, but it is quite difficult to get the right function for the right peripheric and to find it.
2018-09-21 06:13 AM
Hello @SAbis ,
Your description about the problem to load .axf file is not clear. May be you should check the appropriate flash algorithm selected in the debugger options.
I recommend you to check the User Manual UM1785 " Description of STM32F0xx HAL and Low-layer drivers" to have an overview of the HAL drivers and detailed description of each peripheral driver (structures, the functions and the parameter names. )
Kind Regards,
Imen