Skip to main content
SKarb
Associate
June 24, 2019
Question

STM32F7 & STM32CubeMX - arm_math.h

  • June 24, 2019
  • 4 replies
  • 1497 views

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?

This topic has been closed for replies.

4 replies

Nesrine.JLASSI
Visitor II
June 24, 2019

Hi @SKarb​ 

Could you please tell me what CubeMX version did you use ?

Best regards,

Nesrine

SKarb
SKarbAuthor
Associate
June 25, 2019

Hi,

I use from version 5.2.1 (latest version).

SKarb
SKarbAuthor
Associate
June 25, 2019

Hi,

I use from version 5.2.1 (latest version).

Nesrine.JLASSI
Visitor II
June 27, 2019

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