cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F769i-DISCO board project does not compile

TDJ
Senior III

Hi, I have generated a plain project code with one button for STM32F769i-DISCO board.

It does not compile due to missing arm_math.h and arm_common_tables.h files.

I would appreciate any pointers. Screenshot attached. TouchGFX Designer version 1.10

5 REPLIES 5

Set the Include Paths properly so they include the CMSIS directories holding the files in question.

CMSIS\DSP\Include\arm_math.h

CMSIS\DSP\Include\arm_common_tables.h

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thanks. The mentioned files are not found anywhere. This may be a bug.

I see what happened. I opened the TouchGFX generated code in CubeIDE, changed project config, regenerated the code and that removed some needed files :\

Hi @TJast​,

Thanks for the feedback. I'm headed to fix some of these issues with the CubeMX/CubeIDE team next week. Feedback like this is great. There are other cases in which CubeMX will delete files from your project and this one is new to me.

/Martin

This particular example, i think, shows how you can decode jpegs and put that data into a dynamic bitmap that you can use as a regular bitmap - Just with a different data source. The regular Bitmap that you're used to in Touchgfx just gets its data based on an image ID which corresponds to a place in flash.