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

STM32 UI and Keil

Friend,

I have used Embedded UI Resource Editor from ST, but how can I connect it with my code in Keil ?

How can I make like this one : " and some files "output" of Embedded Resource UI editor....

Or if you have an example, how can I include the output file into a main project ? for example, I have a very simple project

only : main() { }

I include only like this :

'#include --->output files from Embedded Resource UI editor'

main() { (which function should I call from the "output file") }

Thanks for helping