Does not add arm_math.h in new version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-03 3:09 AM
Hello. Speaking of more stuff broken with the new update.
I tried to update a project for an assignment, just wanted to change some peripheral settings and here comes the warning about downloading new version. Okay then.
But now the generator does not include arm_math.h... I'm sick of new update breaking everything, I have something to deliver for college and now I have to go solve problems!
- Labels:
-
STM32CubeMX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-09 2:09 AM
Hi @LuÃs Afonso​
Please tell me which MCU did you use ?
Best regards,
Nesrine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-11 4:29 AM
I was using the STM32H7 .
I ended up having to include the file in the user files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-13 1:18 AM
Hi @LuÃs Afonso​
It depend on what you use as STM32Cube Firmware Library Package:
If:
- Copy all used libraries into project folder ==> The DSP file will be generated (Drivers\CMSIS\DSP\Include=> arm_math.h )
- Copy only the necessary library files ==> The DSP file will not be generated
Best regards,
Nesrine
