cancel
Showing results for 
Search instead for 
Did you mean: 

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

AmrithHN
Associate

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

3 REPLIES 3
SofLit
ST Employee

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.
PS:
1 - This is NOT an online support (https://ols.st.com) but a collaborative space.
2 - Please be polite in your reply. Otherwise, it will be reported as inappropriate and you will be permanently blacklisted from my help.

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.

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.
PS:
1 - This is NOT an online support (https://ols.st.com) but a collaborative space.
2 - Please be polite in your reply. Otherwise, it will be reported as inappropriate and you will be permanently blacklisted from my help.