This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Templates ability within uVision for STM32XXX to generate code automatically

Hi,
I have templates but I can't understand how to use them to generate code automatically
I seen there is a "start_up" file that when it is in certain place the uvision generate code automatically but I did not understand how this should work?
I have STMF0xxx discovery board
For example to set GPIO with buttons press instead of writing C code for it
Can someone explain this issue?
Thanks,
Roee

Parents
  • The uVision config wizard thing is entirely proprietary and Keil-specific.

    So (relatively) unlikely that you'll find (much) stuff other than on the Keil site...

    Have you tried looking in the Keil-provided examples; eg, the ones for their own STM32-based boards?

    There is also someone else who has posted here about their own ARM configuration tool - you could try a search...

    You could also try googling "CooCox"...

Reply
  • The uVision config wizard thing is entirely proprietary and Keil-specific.

    So (relatively) unlikely that you'll find (much) stuff other than on the Keil site...

    Have you tried looking in the Keil-provided examples; eg, the ones for their own STM32-based boards?

    There is also someone else who has posted here about their own ARM configuration tool - you could try a search...

    You could also try googling "CooCox"...

Children