Hi everyone,I'm having some trouble entering in debug mode in the Nucleo-L496ZG.It seems like the compiler and link works fine, as the output window shows:arm-none-eabi-size CLP_STM32L4.elf text data bss dec hex filename 39427 488 15964...
Hi Anton,I had to uninstall and install the IDE to get the debug in new project works. I guess this is the solution for this problem.The Eclipse seems to easily corrupt itself pretty often. I had a problem in the AC6 IDE (Eclipse based too) that it d...
Hi @Community member,Are you create your project with STM32CubeMX? I highly recommend, it's a piece of cake to configure and generate all peripherals code!You can use advanced macros to swap arduino standard routines with STM32CubeMX, like this:// D...