2022-03-14 02:33 AM
Hi,
I have a project with STM32F030F4P6. The project works well, but I would like some modification on the code. The source of code came from GitHUB.
Can anyone tell me, How can I edit the files, modify it and rebuild a new .bin file?
The folder contains .h and .c files .uvopt and .uvproj files.
If you know the solution, please send a short step by step for me.
Thank you.
Tony
2022-03-14 06:15 AM
Welcome, @AVinc.1, to the community!
if you have never worked with an STM32 tool before, you should actually start from the beginning.
If you are too impatient, you can also install the GUI MDK-ARM from Keil for this project and modify the project. However, this is not explained in a short step-by-step tutorial and would go beyond the scope of this thread, but you can find lots of videos on Youtube showing how to use MDK-ARM, just search for MDK-ARM.
Does it answer your question?
Regards
/Peter