Skip to main content
LAfon
Associate II
May 3, 2019
Question

Does not add arm_math.h in new version

  • May 3, 2019
  • 3 replies
  • 1208 views

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!

This topic has been closed for replies.

3 replies

Nesrine.JLASSI
Visitor II
May 9, 2019

Hi @Luís Afonso​ 

Please tell me which MCU did you use ?

Best regards,

Nesrine

LAfon
LAfonAuthor
Associate II
May 11, 2019

I was using the STM32H7 .

I ended up having to include the file in the user files.

Nesrine.JLASSI
Visitor II
May 13, 2019

Hi @Luís Afonso​ 

It depend on what you use as STM32Cube Firmware Library Package:

If:

  1. Copy all used libraries into project folder ==> The DSP file will be generated (Drivers\CMSIS\DSP\Include=> arm_math.h )
  2. Copy only the necessary library files ==> The DSP file will not be generated

0690X000008Ba0cQAC.png

Best regards,

Nesrine