Hi,
Slowly taming VisualGDB but a few things that “should” work are confusing me. I’ve now successfully got StemWin stuff working and I wanted to add audio to my project. I added all the required headers that other audio examples were using (stm32f7xx_hal_sai.h etc) but I keep bombing during build because symbols such as SAI_HandleTypeDef can’t be found even though I can search through the solution and it shows them defined in the aforementioned header file – which I included.
Any hints on what a newb is likely doing wrong?
I don’t get any errors to say the include files could not be found.
Cheers.