cancel
Showing results for 
Search instead for 
Did you mean: 

Does not add arm_math.h in new version

LAfon
Associate III

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!

3 REPLIES 3

Hi @Luís Afonso​ 

Please tell me which MCU did you use ?

Best regards,

Nesrine

LAfon
Associate III

I was using the STM32H7 .

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

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