SQLite on XMC4500

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hello,

Any one know if would be possible run a SQL database engine on a XMC4500 microcontroller without RTOS?

I have add to my project sqlite3.h and sqlite.c and the next includes #include "sqlite3.h" and #include but when I compile the code I obtain the next errors:

115.attach

Any one have done this before? Any idea why I get those errors?

Best regards,
MagicPhtoton
0 Likes
1 Reply
Not applicable
Hi MagicPhtoton,

I think you need to have RTOS or OS in your application in order to use the pthread function.
0 Likes