Update text of STM32 MSC tutorial

This commit is contained in:
Peter 2024-06-29 03:04:42 +08:00
parent d1570fc47a
commit 7ad622db70
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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 "---"
}