shaiko
Advanced Member level 5
- Joined
- Aug 20, 2011
- Messages
- 2,644
- Helped
- 303
- Reputation
- 608
- Reaction score
- 297
- Trophy points
- 1,363
- Activity points
- 18,302
Hello,
I'm trying to make a led blink on the STM32F429 Discovery kit from ST.
https://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00097320.pdf
I downloaded the firmware package from page 7 - figure 2 in the link above.
I'm use the following library from the package:
ST firmware\Projects\Template\EWARM.
The led I want to toggle is connected to "PG13".
How do I access it in C code ?
I'm trying to make a led blink on the STM32F429 Discovery kit from ST.
https://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00097320.pdf
I downloaded the firmware package from page 7 - figure 2 in the link above.
I'm use the following library from the package:
ST firmware\Projects\Template\EWARM.
The led I want to toggle is connected to "PG13".
How do I access it in C code ?