Im looking for an easy to port example so my impulse can run on one of sparkfuns artemis boards, with the Ambiq Apollo 3 uc. I am using the Ambiq SDK (GCC).
As i read it, both examples builds a lib that needs linking with, in my case the SDK .
Currently i would guess the ECM standalone inferencing is the closet example to what i need ?
Flat C is preferred over CPP, since the SDK and BSP is written in C
Hi @opprud, no experience with the Ambiq SDK but C makes it more complicated, requires you to compile the library and then link against it. If you can switch over to C++ builds this makes it much easier. You can keep the SDK and BSP in C (the ST IoT Discovery Kit BSP is also in C), just your main file needs to be switched over to .cpp.