mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-11-30 12:00:18 +08:00
Update text of STM32 MSC tutorial
This commit is contained in:
parent
d1570fc47a
commit
7ad622db70
|
@ -131,6 +131,8 @@ The maximum is `32678` bytes
|
|||
|
||||
The read/write speeds improve on the previous tests, however it is still no where near the limit of the eMMC module. Currently I have not tried anything else to improve the speed, if there is any way then let me know.
|
||||
|
||||
This benchmark is with the largest media packet size (32768), 4 bit wide bus, 0 clock div and DMA.
|
||||
|
||||
![crystaldiskmark benchmark with largest media packet size](/assets/img/2024-06-23-Debugging-STM32-USB-/crystaldiskmark_fast_large_buf.png)
|
||||
|
||||
## Conclusion
|
||||
|
|
4
post.sh
4
post.sh
|
@ -25,8 +25,8 @@ generate_front_matter() {
|
|||
echo "title: $1"
|
||||
echo "author: peter"
|
||||
echo "date: $current_date"
|
||||
echo "categories: [Blogging] # Blogging | Electronics | Programming | Mechanical"
|
||||
echo "tags: [getting started] # systems | embedded | rf | microwave | electronics | solidworks | automation"
|
||||
echo "categories: [Blogging] # Blogging | Electronics | Programming | Mechanical | SelfHosting"
|
||||
echo "tags: [getting started] # systems | embedded | rf | microwave | electronics | solidworks | automation | tip"
|
||||
echo "# image: assets/img/${filename:0:31}/preview.png"
|
||||
echo "---"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user