STMPE811 undefined references to IOE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-02 8:44 PM
Hello everyone, I am using stm32cubemx to generate my project. In the ProjectManager/code generation option, I checked "Generate peripheral initialization as a pair of '.c/.h' files per peripheral".
The reason was to turn main.c into main.cpp, so i wont have to manually add extern 'C' for all the generated initialzations.
However, when I compile, it says that STMPE811 has undefined references to IOE. How should I fix this problem?
Thanks in advance!
Solved! Go to Solution.
- Labels:
-
STM32CubeMX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-03 11:51 PM
Hello everyone, i have indirectly solved my problem by rebuilding the project from scratch.
Thanks all!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-03 11:51 PM
Hello everyone, i have indirectly solved my problem by rebuilding the project from scratch.
Thanks all!
