Loading...
 
Skip to main content

System Workbench for STM32


STM32F4 MySQL connection

It is almost impossiable to put MySQL into F4, even F7. MySQL client stack is too big to fit into both F4 and f7.The solution may be: write a daemon in unix like OS and a service in Windows acting NySQL client, which communicates with MySQL server to read/write records and then forward/readback processed data to/from F4 through LWIP.