‎2020-08-26 04:30 AM
I want to use dsp libraries on cubeIDE 1.4.2. I used this library on cubeIDE 1.3.1 version but I couldn't use in newer version.
My board is stm32f429 discovery board and I use cubeMX 6.0.1 version.
I selected my boad in cubeMX, I installed CMSIS 5.6 in "Embedded Software package manager", then I checked the boxes as it shown in picture. I generated the project and compiled with cubeIDE 1.4.2. but I got "RTE_Components.h" not found error. I found this library and added to my project but I've got another error.
l tried to use dsp library like I did on cubeIDE 1.3.1 version by adding "arm_cortexM4lf_math" but it didn't work.
Solved! Go to Solution.
‎2020-11-17 06:01 AM
It's solved @naser moravej​ ;)
I tried everything you can imagine even that I decided to go to Keil and install it, but I did something solve the problem even I didn't expect that!
I deselect the CMSIS-CORE and everything works fine!
‎2020-11-05 03:48 AM
same problem here! any help?
‎2020-11-17 06:01 AM
It's solved @naser moravej​ ;)
I tried everything you can imagine even that I decided to go to Keil and install it, but I did something solve the problem even I didn't expect that!
I deselect the CMSIS-CORE and everything works fine!
‎2020-11-24 02:57 AM
It's solved for me too.
Guess how? By exclude it from my project.:expressionless_face: