Skip to content

Commit 15c4461

Browse files
committed
doc: Add more comments for this dma spiflash example
1 parent 5a08926 commit 15c4461

File tree

1 file changed

+2
-1
lines changed
  • example/baremetal/dma_spiflash

1 file changed

+2
-1
lines changed

example/baremetal/dma_spiflash/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
*
5555
* ### Extra Comments
5656
* Tested in EMSK 2.3 EM9D, for drivers with DMA, spiflash working frequency can achieve 12Mhz.
57-
* For drivers without DMA, spiflash working frequency can achieve 12Mhz.
57+
* For drivers without DMA, spiflash working frequency can achieve 2Mhz.
58+
* This example will stuck at the max frequency that SPI can achieve at that situation.
5859
*/
5960

6061
/**

0 commit comments

Comments
 (0)