| 
 
| STM32F107读写2.5M的文件,貌似SRAM不够大啊,只能存64K的,对于2.5M实在是太大的文件了,怎么传输呢,我想通过串口或CAN传输,现在串口都传输不完,怎么办?定义的缓冲区只能255,太大了就报错了, Error[Lp011]: section placement failed: unable to allocate space for sections/blocks with a total estimated
 minimum size of 0x16819 bytes in <[0x20000000-0x2000ffff]> (total uncommitted  space 0x10000).
 
 请问各位高手该怎么传输呢???
 | 
 |