Hello all,
I have joined recently in one project where we are using Tiva TM4C controller and TI RTOS. Multiple TI provided Libraries Like.
1) grlib_raster_driver_8bpp.c {Graphic library}
2) SD card {<driverlib/sysctl.h> <driverlib/ssi.h> <driverlib/gpio.h>}

We all are new in team to continue working on given platform.
I am interested to know where I can get details like (Developer guide for TI RTOS, Graphic library and SD card related) any application notes related to these.
Part 2
>> Currently, I am facing one problem related to SD card. I am testing SD card functionality with full SD card.
I am trying to write when SD card is already full. Then system is going for restart. Looks like memory exception.
I am interested to know how I can get status of available free memory on SD card before going to write into it.
If there is already API provided by SD card driver then please direct me.
Regards,
Vishal Rana