Hi Expert,
I see the article. It used 2 SPI port to make the MCU have 2 Shift Registers and able to send different data in the same time.
But I see one of the SPI is set to SLAVE mode to make the transmission Clock Phase Synchronize each other.
I have a question. If SPI is set to SLAVE mode, is it able to update transmission data to Shift Register via DMA controller?
If it is able, that is the solution we want, else I think we need to update Shift Register manually. That means the CPU load will rise up a lot when sending Data.
And additional information of application, application needs to send data by Maximum clock Rate(50Mbits) and continually. So we need to send data via DMA.
Thanks
Daniel