How to run "validate on target" in with cube-x-ai
I am using a Nucleo-F676ZI and trying to run a dnn on the mcu.
I can run the NN using the "application template" but I want to use the "validate on target" in order to obtain runtime without developing the data transfer from the host system to the mcu myself.
Steps to reprocude:
1: MCU selector
2: Use x-cube-ai package with the validation application
3: Add USART communication. Im using ST-Link so the virtual com port should be connected to USART3.
4: Add the network and run analyze / validate on desktop. (works fine)
5: Run validate on target:
Which results in the following error:
Is there anything I am missing ? in order to run "validate on target"
Or any steps to get a detailed error message?
