This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM335X: pin mux config files

Part Number: PROCESSOR-SDK-AM335X

Hi,

I just want to know that, how you are including pin mux configuration files in example projects.

  • Gaurav,

    Below pinmux files can NOT be included directly in your example project main C file.

    <Platform Name>pinmux.h (i.e. am335x_pinmux.h)

    <Platform Name>_pinmux_data.c (i.e. am335x_evmsk_pinmux_data.c)

    <BoardName>_pinmux.c (i.e. skAM335x_pinmux.c)

    When you update these pinmux files (or replace with your own), you need to rebuild/recompile the board library: make board_lib

    Regards,
    Pavel