An extra SPI clock between consecutive calls to the SPI transmission function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-06 3:31 AM - edited ‎2023-09-06 3: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.
- Labels:
-
STM32Cube MCU Packages
-
STM32CubeMX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-06 3:37 AM
try : in Cube -> master keep io state -> enable !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-06 3:37 AM
try : in Cube -> master keep io state -> enable !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-06 8:30 PM
I have tested my software again with your response, and it is working. Thank you for your feedback.
