Where can I find the entire source code for the STM32f3discovery board for the STM32CubelIDE tollchain?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-15 10:16 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-19 6:22 AM
The source code is contained in the repository of the STM32F3 family:
<repository>\STM32Cube_FW_F3_V1.11.0\Projects\STM32F3-Discovery
At Demonstrations you will find the project folders for IAR (EWARM), Keil (MDK-ARM) and SW4STM32. You can import the latter one into STM32CubeIDE by e.g.:
- File > Open Projects from File System..., or
- alternatively: File > Import > General > Import ac6 System Workbench for STM32 Project
- at Import souce navigate to the complete path of the path mentioned above and
- select only the folder containing the Eclipse project, in this case Demonstrations\SW4STM32\STM32F3-Discovery_Demo
Does it answer your question?
/Peter
In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
