Tool/software:
I am using SDK 8.3.0 . (i know it's a very old version, but i must use it)
I would to confirm that is it OK to use UART polling mode with Freertos+fat?
I have not found any example in SDK using UART polling mode with Freertos+fat.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
I am using SDK 8.3.0 . (i know it's a very old version, but i must use it)
I would to confirm that is it OK to use UART polling mode with Freertos+fat?
I have not found any example in SDK using UART polling mode with Freertos+fat.
Hello Qiao,
I understand that you are looking forward to using 8.3 version for MCU PLUS SDK.
Before you do so, I would recommend you to go through the release notes for the latest SDK release: https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/09_02_00_50/exports/docs/api_guide_am243x/RELEASE_NOTES_09_02_00_PAGE.html
I would to confirm that is it OK to use UART polling mode with Freertos+fat?
Yes it should be fine as the current SDK offering does has examples on UART using polling mode.
Hope this helps resolve your queries.
Regards,
Vaibhav
Hello Qiao,
you could go ahead and use the same example for FREERTOS + FAT as well as the application build should mostly be independent of the filesystem and should depend on the compiler.
Can you let me know what problem you are facing?
Regards,
Vaibhav