move fatfs variables into no cache ram

This commit is contained in:
sakumisu 2022-09-12 21:45:48 +08:00
parent 2db0dc9a7e
commit 3d0b58bb4e

View File

@ -77,8 +77,8 @@ int cdc_acm_test(void)
USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t read_write_buffer[25 * 100];
FATFS fs;
FIL fnew;
USB_NOCACHE_RAM_SECTION FATFS fs;
USB_NOCACHE_RAM_SECTION FIL fnew;
UINT fnum;
FRESULT res_sd = 0;