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
I'm afraid I still don't get what you're asking.
Are you talking about this: http://www.keil.com/support/man/docs/uv4/uv4_ui_templatestab.htm
Or this: http://www.keil.com/support/man/docs/uv4/uv4_ut_configwizard.htm
Have you studied this: http://www.keil.com/support/man/docs/gsac/
Hi Andrew, Yes talking about this: http://www.keil.com/support/man/docs/uv4/uv4_ut_configwizard.htm
how do I get the file that enables to modify the values? Do I need to write this file myself, or I can use such templates and download them and use them? Does this generate the C code for me after I modify the boxes in files? For example is using STM32F0XXX can I get all configuration in chip using such files for GPIO,I2C, FLASH, ADC, DAC , PWM etc. Thanks, Roee
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"...
Hi, Currently Coocox doesn't support M0 chips at all (e.g. STM32F0XX) Thanks, Roee