2014-10-13 10:18 PM
Hello, I want to implement Embedded Database such as SQLite or Berkeley DB on STM32f with Chan FatFS over SD Card. Is it possible?
2014-10-14 03:06 AM
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.2014-10-14 07:16 AM
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.
2014-10-14 07:30 AM
Is it possible?
How familiar are you with any of the described technologies?