2019-06-24 04:21 AM
Hi,
I'm trying to use my Nucleo-144 with the STM32F746ZG processor on STM32CubeMX and Keil MDK-ARM V5.26.2 and I'm getting the problem of arm_math.h and other DSP files not beeing copied to the project folder.
I tried with some boards with STM32F4 Discovery and STM32F1 that I got here and they work OK just after generating the project files with STM32CubeMX, but the STM32F746, doesn't.
I copied manually the arm_math.h library to the path: project_name\Drivers\CMSIS\Include, and then Keil doesn't error me. But why STM32CubeMX doesn't copy this library for STM32F7 ??
Is this a know bug? How can I make this work?
2019-06-24 08:27 AM
Hi @SKarb
Could you please tell me what CubeMX version did you use ?
Best regards,
Nesrine
2019-06-25 03:16 AM
Hi,
I use from version 5.2.1 (latest version).
2019-06-25 07:22 AM
Hi,
I use from version 5.2.1 (latest version).
2019-06-27 01:58 AM
Hi @SKarb
You can find the files arm_math.h, arm_common_tables.h and arm_const_structs.h under the folder DSP: Drivers\CMSIS\DSP\Include.
I did not understand you problem, i tried the same scenario and everything works fine: i did not get compilation errors.
Best regards,
Nesrine