(My personal choice is to use Atmel START when possible rather than fight against it, but...)
I'm using Atmel START to create a project that includes FATFS. I've enabled LFN (long file names), which requires the functions `ff_convert()` and `ff_wtoupper()`. AFAICT, these are defined in "ccsbcs.c", but START isn't generating that file so those functions remain undefined in the project.
So:
- Is there a checkbox I missed in the START project that will include ccsbcs in the project?
- If not, where do I find the most recent sources and/or what's the accepted remedy?
Environment:
- Microchip Studio v7.0.132
- ASF 3.49.1
- Atmel START v 1.0.198.0
- Windows 10 Pro v 21H1