2023-09-06 03:31 AM - edited 2023-09-06 03:32 AM
Hi everyone,
I am using SPI1 on the STM32U575 to transmit data, and my issue is that between consecutive calls to the SPI transmission function, there is an extra long clock pulse instead of no clock pulse at all.
This is my first time using the STM32U575, so I hope someone can help me resolve this issue.
Below is the code and configuration:
Thanks.
Solved! Go to Solution.
2023-09-06 03:37 AM
try : in Cube -> master keep io state -> enable !
2023-09-06 03:37 AM
try : in Cube -> master keep io state -> enable !
2023-09-06 08:30 PM
I have tested my software again with your response, and it is working. Thank you for your feedback.