SQLITE3 on STM32 FreeRTOS and FATFS

280 Views Asked by At

I am trying to port SQLITE3 on top of FatFs supported by the STM32Cube using the FreeRTOS and MicroSD Card on STM32F429-EVAL1 board. Could you please share the source if anyone is successful with this implementation?

I see that I can use test_demovfs.c file from sqlite3, but need to figure out how to integrate it with the FatFs-based project. Any support in this regard is highly appreciable.

0

There are 0 best solutions below