Dear NXP community,
I've got two question about MC333978 MSDI.
Thanks a lot in advance,
Pascal
Solved! Go to Solution.
Hello Pascal,
1. The MC33978 uses SPI Mode 0 (CPOL = 0, CPHA = 0: CLK idle state = low, data sampled on rising edge and shifted on falling edge).
2. Yes, it should work this way.
BRs, Tomas
Hello Pascal,
1. The MC33978 uses SPI Mode 0 (CPOL = 0, CPHA = 0: CLK idle state = low, data sampled on rising edge and shifted on falling edge).
2. Yes, it should work this way.
BRs, Tomas
Hello Tomas,
thanks a lot for your help.
I ported the MSDI_SDK_SW to Microchip MPlab IDE.
The API used to transfer a generic buffer to SPI worked in the wrong way, so that a uint32_t was transfered to SPI by LSB first.
I'm going to open another subject because I've got another problem...
Best regards,
Pascal