stm32f4 spi to spi data receive issue(which baud rate to use)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-28 8:17 AM - last edited on ‎2025-03-28 12:56 PM by TDK
HI I AM TRYING TO DO DATA TRANSFER ON STM32F429 TO STM32F446 IN POLLING METHOD I AM ABLE TO TRANSFER DATA WITH FREQUENCY APB/2 BUT IN DMA AND INTERUPT MODE DATA IS NOT RECEIVED AND I AM REQUIRING NON BLOCKING MODE ONLY I NEED TO TRANSFER 14KB DATA IN ONE SHOT FOLLOWED THIS CHART BELOW ANY SUGGESTION WHICH BAUD RATE TO USE
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-28 8:21 AM
PLEASE DON'T POST IN ALL CAPITALS!
@MGOEL.1 wrote:IN DMA AND INTERUPT MODE DATA IS NOT RECEIVED
Is it actually transmitted ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-28 8:25 AM
Yes it is transmitted i have checked it byte by byte.Tranmission always ok only in reception issue is there
Small data is received in all methods but all issue arises with large chunk can you suggest baudrate for both based on st drivers recommendaton?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-28 8:33 AM
@MGOEL.1 wrote:Small data is received in all methods but all issue arises with large chunk
What makes you think that the baud rate is the problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-03-28 12:55 PM
Use the slowest rate you can tolerate. Anything under 1 MHz should work just fine.
This issue is probably due to a code bug, not a clock issue.
