Skip to main content
Graduate II
January 29, 2025
Solved

stm32h7b3i-dk : Is it possible to use touchgfx / LCD and analog audio input at the same time

  • January 29, 2025
  • 1 reply
  • 565 views

Hi,

I am not able to understand the pin mapping in stm32h7b3i-dk (default pin mapping). I wont be using stmod+ but I need to use analog audio input (3.5mm Audio jack in) . By using the default set of pin mapping is it possible to use TouchGFX monitor and analog audio input without pin conflict? I tried to check this out myself my I am slightly confused about this.

 

Thank you in advance!

    This topic has been closed for replies.
    Best answer by mƎALLEm

    Hello,

    The only ressource I can see from the board's schematic is the I2C4:

    The Audio codec:

    SofLit_1-1738187767546.png

    The LCD:

    SofLit_2-1738187823669.png

    But since it's an I2C I don't think it's an issue. The mux is managed by I2C device address.

     

    1 reply

    mƎALLEmAnswer
    Technical Moderator
    January 29, 2025

    Hello,

    The only ressource I can see from the board's schematic is the I2C4:

    The Audio codec:

    SofLit_1-1738187767546.png

    The LCD:

    SofLit_2-1738187823669.png

    But since it's an I2C I don't think it's an issue. The mux is managed by I2C device address.

     

    AmrithHNAuthor
    Graduate II
    January 30, 2025

    Thank You so much @mƎALLEm . I had my doubts cleared now, really appreciate your support .

     

    Have a nice day!