I´ve just installed STM32Cube and I´m looking for C complier documentation including available functions library. I´m new in this IDE and I inteded to develop an application for STM32F030CC. Thanks for your atention.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-23 10:26 AM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-23 11:28 AM
The best documentation is from the source files themselves. When you create a project, these files become a part of it and you can view them as needed.
STM32CubeMX/STM32CubeIDE can generate initialization code to get you familiar with how to use things.
There is also this manual, but I think the source files are a better place to find information.
If you feel a post has answered your question, please click "Accept as Solution".
