cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F0x1 Embedded DataBase over FatFS CHan

gada
Associate III
Posted on October 14, 2014 at 07:18

Hello, I want to implement Embedded Database such as SQLite or Berkeley DB on STM32f with Chan FatFS over SD Card. Is it possible?

3 REPLIES 3
Posted on October 14, 2014 at 12:06

Hi gada.kashyap,

In fact, the FatFs is a generic FAT file system module, indepedent from the used platform. There are many FatFs examples using the STM32 platfrom, that you can refer to. You have just to know how to integrate your embedded Database in odrer to use the FatFs APIs.

Regards,

Heisenberg.

frankmeyer9
Associate II
Posted on October 14, 2014 at 16:16

Hello, I want to implement Embedded Database such as SQLite or Berkeley DB on STM32f with Chan FatFS over SD Card. Is it possible?

 

I would check first what APIs both packages require (Posix, pthreads, ... ???).

I would build it first in a host environment (both support at least Linux/Unix & Windows) with different configurations/options. This way you might get an impression of what executable sizes to expect.

I expect a M0 like the stm32f0x to be about one order of magnitude too small for such an endeavour.

Posted on October 14, 2014 at 16:30

Is it possible?

How familiar are you with any of the described technologies?
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..