STM32WL30KBV6 Break at address "XXXXXXX" with no debug information available, or outside of program code.
I am trying to toggle an led and in the debugger I am getting the error: "Break at address "XXXXXXX" with no debug information available, or outside of program code "; before the program ends itself. I've sourced the error back to the HAL_Delay, I think the HAL_GetTick is getting stuck in a infinite while loop and not updating
I am using the stm32WL30KBV6 and currently only have decoupling capacitors, and VCap hooked up to it. I am using the internal clocks. I am debugging over SWD. I saw a previous post about the possible issue being boot0 being held, but I couldn't find a boot pin for this specific MCU. My timebase source in my IOC file is SysTick.
I'm pretty lost right now, so any help is appreciated
