STM32F7 – Build fails, not looking in inc headers?

Sysprogs forums Forums VisualGDB STM32F7 – Build fails, not looking in inc headers?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10214
    iggyoz
    Participant

    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.

     

    #10216
    support
    Keymaster

    Hi,

    Yes, please check that the HAL_SAI_MODULE_ENABLED macro is defined in the stm32f7xx_hal_conf file.

    #10223
    iggyoz
    Participant

    Thanks, yes that was the newb problem and I thought I checked that too.

     

    Cheers,

     

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.