Page 1 of 1

Use of MOD54415 signal

Posted: Fri Jun 07, 2013 2:07 am
by adr63mul
I have to use the signals of connector J2 of the MOD54415.
These signals are free for use or some of them are used
NetBurner from libraries?
The SD / MMC card-board which uses signals?

Re: Use of MOD54415 signal

Posted: Fri Jun 07, 2013 9:05 am
by dciliske
In the case of the SD/MMC off-board card, it requires exclusive use of the SPI1 SIN, SOUT, SCLK, and PCS1 pins and pin J2[47]. For all other module drivers, they use the respective pins as listed on the datasheet (the DSPI driver for DSPI2 will use the SPI2 pins...), however you will need to manually assign the pin's function (i.e. J2[x].setFunction(y)). Keep in mind that some modules have conflicting pin requirements (example: J2[29] is UART0_CTS, UART4_TX, and SPI2_SCK, but can only be used as one of those at a time).

-Dan