How can I set starting address for FATFS in sdram?
Hi
I made a custom board with "stm32f746". This board has a 32MB sdram (MT48LC16M16) and a "800×480" lcd. I use from STM32CubeIDE and touchgfx. I want to allocate 2MB of sdram (from 0xC0000000 to 0xC0232800) to frame buffer of lcd and I need to use remnant of sdram space (from 0xC0232801 to end) with file system manner. I should say I have multi drive (SD card , USB flash and sdram) that use FATFS. How can I set starting address for FATFS for sdram? Does every one has sample code for this?
Thanks.
