I am using AM3358zcz and running the on-chip ROM code. sysboot[4:0] is 00001b .
in my design board,
pin_A17 is used as I2C2_SDA
pin_B17 is used as I2C2_SCL
Pin_G17 is used as UART2_RXD
pin_G18 is used as UART2_TXD,
pin_A13 is used as I2S_BCLK,
pin_B13 is used as I2S_WCLK,
pin_D12 is used as I2S_TXD,
pin_D13 is used as I2S_RXD.
is there any conflict with the pins used by the on-chip Rom code at boot time? I can see the pin A17 has been used as SPI0_CLK as output.
aslo is it possible I can get the source code of the ROM code ?