Hello NXP team,
Currently we are working on SPI communication in MBDT Version 1.5.
And we are facing one issue: that we are getting one extra pulse in the serial clock pin before chip select goes low.
We can not able to decode this issue.
With this, we are facing challenges in reading SPI commands fro another ic.
I have added the configuration photos which we done.
Kindly help us to resolve this issue ASAP.
Thanks & Regards,
Vijay
Hello,
The extra pulse on the SPI clock line before CS goes low is likely due to incorrect initialization order or pin configuration. Ensure:
CS goes LOW before SPI starts.
CPOL/CPHA match slave requirements.
Avoid SCK glitches by configuring SPI before assigning pins.
Use software-controlled CS with proper sequencing in Simulink.
Best Regard,
Brian