Skip to main content
Associate III
January 30, 2025
Solved

stm32h7b3i-dk : How to add arm_math / dsp to touchgfx application

  • January 30, 2025
  • 1 reply
  • 665 views

Hi,

I was able to successfully use arm_math.h in stm32cubeIDE and I did the same for the touchgfx application generated cubeIDE project.

But when I tried compiling the same with touchgfx , it was showing an error  "arm_math.h" not found however , building the stm32cubeIDE project generated by touchgfx builds fine.

 

I am totally lost how to integrate DSP library to touchgfx so it can flash along with UI

Best answer by mƎALLEm

Check out this example:

https://github.com/HanzoutiMehdi/fft_touchgfx_stm32h7

A link to the video 

1 reply

mƎALLEm
Technical Moderator
January 30, 2025

Hello,

Maybe this article can help you.

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
AmrithHNAuthor
Associate III
January 30, 2025

Thank you for responding.

 

I had followed the same while setting up stm32cubeide. problem is that touchgfx doesn't see those and uses a different make files to build project.

 

Basically touchgfx needs to see the config that stm32cubeide compiler settings/ include paths etc. I am so. confused why touchgfx uses a different makefile for building project.

mƎALLEm
mƎALLEmBest answer
Technical Moderator
January 30, 2025

Check out this example:

https://github.com/HanzoutiMehdi/fft_touchgfx_stm32h7

A link to the video 

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."