TF-lite build in custom Software Development Kit (SDK)

Hello,

I am working to integrate TFlite-micro to my SDK that is ARM Cortex M33 based (in Eclipse environment for Renesas DA1469x family). Currently, I am getting a lot of errors, mostly using the gcc_embedded staff for the “flatbuffers” and “ruy”.

Are there any intructions or previous experience in this kind of integration?

Thank you
Giorgos

Hey Giorgos,

Integrating TFLite-micro into a custom SDK, especially for an ARM Cortex M33-based platform, can be tricky due to dependencies like flatbuffers and ruy. You might want to check if your toolchain is fully compatible with these libraries. Also, some software development companies specialize in embedded AI solutions and could offer insights or even prebuilt adaptations for Renesas DA1469x. Have you tried looking into any open-source implementations for similar microcontrollers?

Hope this helps!