Run failed: Error: STM32CubeProgrammer exited with code 1
Hey there,
I have run into an issue while trying to using the new edge AI-studio software. I try to make a run such that I am able to the reach the generate project page.
However, currently, I am stack at the point where the pipe running in the EDGE AI studio tries to use the STM32 cube programmer, I think to run the binary and verify it works before proceeding to provide the generated project page.
My set up includes a custom made board, set in DEV boot, and an st-link v3 pwr connected to the custom board. I can confirm that I am able to program the board using cube programmer. I am also able to debug the code programed to this board using XIP paradigm , there for I think the connection there is okay,
The custom boards OCTO XSPI is very similar to that of the stm32n6570.DK as I am able to use the default bootloader for the dev board to be able to program it.
How ever the logs from running the cube AI studio say
Run failed: Error: STM32CubeProgrammer exited with code 1
I attached a log file to this run as reference.
The very last line in the logs should be the place you are probably looking for.
I have no communication over USART1 to the virtual com port over USB to on the stlink v3pwr if that's what the SW is looking for to verify if things work.