system
(system)
1
sachingole wrote on Tuesday, July 25, 2017:
AC6 IDE used for STM32 board development, In IDE while configuring project it has option to add 3rd part modules
- FreeRTOS
- FatFs
Similarly I can see there is project
FreeRTOS + FAT
Is this both file system same or its completely different file system ?
rtel
(Richard Barry)
2
rtel wrote on Tuesday, July 25, 2017:
FatFS and FreeRTOS+FAT are two completely different file systems.
system
(system)
3
sachingole wrote on Tuesday, July 25, 2017:
Thank you for information.