Hi folks,
I'm currently following this link to do code verification with PIL. Instead of running PIL block on QEMU, I wanted to run PIL part on my STM32 Nucleo board. By following the instructions in Task1, I can deploy the subsystem to hardware but every time I tried to run the model with my PIL block, I got the same problem: "Error:The STM32 board is not detected. Please check that the board is connected. If the board is connected, please install drivers for the board" The quirky part is after clicking deploy subsystem to hardware, it does generate a PIL block for me but I don't think it flush any .elf or .hex files to the STM32 board, as I noticed my MCU was still running my previous programs instead of this new generated executable.
What I've done:
- Checked serial com port is not used by other programs.
- Checked board is connected and driver is installed.
Any advice is much appreciated!