Question
ST Edge AI Core 4.0.1: Is generated stai_network_set_callback() a supported API?
I am using STM32H745, STM32CubeAI Studio 1.3.0, ST Edge AI Core v4.0.1, as recommended on STM web site I am moving my code from X-CUBE-AI (generated by CubeMX) to ST Edge AI v4 (generated by AI Studio).
I need to extract output of intermediate layer, and I used to use platform observer API for that.
Can I keep using with st-ai code base (ai_platform_observer_register)?
Should I switch to stai_network_set_callback() ? Is it supported for production applications? Will this API remain available in future ST Edge AI Core versions?
Thank you
