sqlite3 - SQLite porting to STM32 having issue with memory allocation -


i trying port sqlite ucos rtos running in stm324xg_eval board. using micrium file system making ram based file system used sqlite. have tried different build configurations , used sqlite3_config api define different memory regions heap, scratch , page memory. able initialize (sqlite3_initialize) , open(sqlite3_open) db. when trying create tables(sqlite3_exec), getting errors "journal file not found", "out of memory". may issue

thanks, shijo thomas


Comments

Popular posts from this blog

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

javascript - Create websocket without connecting -

android - Linear layout children not scrolling -