I have a strange thing happening, i use the Arduino Nano 33 BLE Sense.
When i make my model an deploy it using the build firmware option (binary), it runs normally.
When i create it with a library, it is impossible to make it runs
On my terminal i saw nothing (terminal is well configured and data rate is good) seems like the MC cannot initialize serial port or that program dont startā¦
Could you help ?
PS : Addon found, i add delay on my serial port and now see more messages, the serial port running well, the program block at this point
āFAILED TO START PDM!ā
Seems to be the library PDM.h not runningā¦
But this runs when doing a binary using edge impulseā¦
Could you help ?