Tool/software: TI-RTOS
Hi,
I'm using FatFS module on my project. My target is tm4c1294ncpdt and using TI-RTOS. My TI-RTOS version is 2.16.00.08. My CCS is version 8.3.
I was implementing a routine to search for all files inside a folder and didn't manage to find something using the RTS library. So I went to FatFS API and they have "f_findfirst" and "f_findnext", which are great for my purpose.
When compiling I get an error "unresolved symbols remain", which I assumed was my fault. I imported the "fatsdraw" example for tm4c1294ncpdt and tried to use such functions and they throw the same error.
Are those functions not implemented or do I need to make some special preparation to use those?