2024-05-09 06:41 AM
I am receiving this message 3 out of 4 times (approximately) after I just "upgraded" the IDE to 1.15.1 while using a Nucleo STM32H563 board.
My debugger config screen looks like
2024-05-09 07:10 AM
Hello,
By noticing this :
This example is not available for H5 product. I have a doubt you're using a project not intended to be used for H5.
Could you please check?
2024-05-09 08:44 AM
Is the package downloaded from https://www.st.com/en/embedded-software/stm32cubeh5.html not meant for the STM32H5 family of parts? My apologies. I just assumed that since the path below
literally contained the Nucleo board I was using that it was intended for that board.
BTW - how does the name of the project alter the GDB error I was receiving? Can you tell me how I can fix the GDB problem or not, I'll be glad to change the project name or load another example if you prefer.
2024-05-09 09:00 AM
You're correct.
Seems the board has that FDCAN examples that I'm not aware of :)!: https://github.com/STMicroelectronics/STM32CubeH5/tree/main/Projects/NUCLEO-H563ZI/Examples/FDCAN/FDCAN_Classic_Frame_Networking
It have been added in newest version of the CubeH5. Was not available in V1.0.0.
Meanwhile I didn't reproduce the issue on a Nucleo STM32H563 with STM32CubeIDE V1.15.1.
Did you update the STLINK firmware?
2024-05-09 11:41 AM
Yes, following the upgrade to the IDE it indicated that there was newer firmware so I let it upgrade. I have power cycled the board since then.