AM5728: How to change pinmux setting for am5728 in sysbios

Part Number: AM5728
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hi

Iam  currently working on am5728 .

I have downloaded the Rtos SDK.The package comes with example for the evaluation boards,

but my custom board has different pinout where GPMC is enabled .

I found out Pinmux setting can be generated using SYSconfig tool but i dont know how to change the existing pinmux settings

  • Hi,

    I found out Pinmux setting can be generated using SYSconfig tool but i dont know how to change the existing pinmux settings

    Could you please refer the <pdk>/processor_sdk_rtos_am57xx_09_02_00_00/pdk_am57xx_1_0_21/packages/ti/board/src/idkAM572x/idkAM572x_pinmux.c file for pinmux settings.

    Regards,

    Karthik

  • Thanks Iam currently looking into it idkAM572x_pinmux.c

    is there any specific document for changing the pinmux and rebuilding the MLO

    because I believe MLO does every pinmux initialization,clock initialization,DDR initialization and then it transfer the control to application which is the app file

    and als i believe the app cannot do any pinmux changes

  • Hi,

    is there any specific document for changing the pinmux and rebuilding the MLO

    Please refer the MLO Build procedure:

    MLO Build Procedure for AM572xx idk
    
    step1:
    <sdk>/processor_sdk_rtos_am57xx_09_02_00_00/pdk_am57xx_1_0_21/packages
    source pdksetupenv.sh
    step 2:
    <sdk>/processor_sdk_rtos_am57xx_09_02_00_00/pdk_am57xx_1_0_21/packages/ti/boot/sbl
    make BOARD=idkAM572x SOC=AM572x BOOTMODE=mmcsd clean
    make BOARD=idkAM572x SOC=AM572x BOOTMODE=mmcsd 
      

    Regards,

    Karthik