Using STM32L496VGY problems debugging easy project
Hello all,
In a custom board I wrote a very simple code using stm32cube.
When I start debugging it shows this message
"Break at address "0x1fff1d66" with no debug information available, or outside of program code."
After that I see the cursor in main at HAL_Init();
If a press F10 it don't go in the next line SystemClock_Config(); and the PC is in 0x1fffxxxx.
I tried to debug the same code in a nucleo stm32l496zg board and it works fine.
What can be the problem?
PS: we leaved vdd12 floating because not used but I'm not sure that it is correct
Any help will be apriciated
Thanks in advance
--
Mario
