We're designing a board with C6748 and we need to boot from an SPI1 CS0 using master host. When booting C6748 in SPI1 slave mode, does this mean we can't use SPI1 port as master SPI when code is running?
Thanks,
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.
We're designing a board with C6748 and we need to boot from an SPI1 CS0 using master host. When booting C6748 in SPI1 slave mode, does this mean we can't use SPI1 port as master SPI when code is running?
Thanks,
Hi John,
You can use SPI1 master in code though you booted from SPI1.
It could be better if you added bootloader(simple file just calling another app with entry point) for SPI1 boot and use SPI1 master support in app that called by bootloader.