2022-01-03 11:16 AM
Hello,
I haven't used the STM32Cube for several months and brought it up to date a few days ago.
As always I started a new project for NUCLEO-H743ZI2 with "STM32 Project from an Existing STM32CubeMX Configuration File (.ioc)".
When trying to debug the code, I got the error message below.
According to Linux it is "ENOKEY". I've got a lot of keys, but none of them fits ... It's a small joke!
When I connect the board, the devices "/dev/stlinkv3 ...", "/dev/sda", "/dev/sg0" and "/dev/ttyACM0" are created. With the exception of "/dev/sg0" they belong to the group "plugdev". My user is a member of this group. So it cannot be due to a lack of permissions.
Can someone help me please?
Thanks in advance,
Michael
Solved! Go to Solution.
2022-01-05 12:00 AM
Apparently I slept too long:
I created an incorrect debug configuration for the project and got this error as a result.
After config changes it works...
2022-01-05 12:00 AM
Apparently I slept too long:
I created an incorrect debug configuration for the project and got this error as a result.
After config changes it works...