SPI Tsize-Tser
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-01-30 8:18 AM
Hello , ı read RM0433 ,
I could not understand the process in the image below(page 2198)
Labels:
- Labels:
-
Flash
-
STM32H7 Series
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-01-30 8:40 AM
23 = 16 +7 = 12 + 8 + 3
The TSER field is of limited use IMO. It's rare not to know how many bytes you're sending at the start the transaction, in which case you just need TSIZE. Even then, endless mode with TSIZE=0 is often suitable.
If you feel a post has answered your question, please click "Accept as Solution".
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-01-30 8:55 AM
that is, Tsiz=0 for continuous data transmission...what I don't understand is why the 6th access is ignored and 23 why couldn't it be tsize=12 tser=11
