Hello,
I have tried to get the edge firmware working on the nRF5340. The provided .hex file from the nRF5340 tutorial dates to 2023 and does not seem to work. It responds in the UART when waking up:
Hello from Edge Impulse Device SDK.
Compiled on Oct 6 2023 13:17:03
But doesnt work with the daemon or anything else. Is it possible to get a newer version?
I have tried building the firmware from git, but ran into several errors. First there were issues in the CMSIS DSP packages, that I was able to fix. Then there were errors in Zephyr MBEDTLS configurations, that I couldn’t fix. There are also a ton of compiler warnings in every step of the way. Does the current main thread even build? I tried with several SDK versions just in case, but that didn’t seem to help.
I don’t really need to get the FW to compile, just getting a working version .hex would be great. I was originally ment to conduct a quick test.
Regards