Help getting End Node project running
I'm attempting to run the LoRa Expansion pack for the End Node project inside of STM32CubeIDE, but am running into issues. I'm running this on a STM32L051K8U6 MCU with SX1272 radio.
Here's what I've done:
1.) Imported the project. Had to choose import as Atollic project.
2.) Started stepping through lines of code via the debugger.
3.) Had trouble with my debugger going crazy when running the DBG_Init() function. Added DEBUG #define symbol. That got me past the DBG_Init() function.
4.) Getting stuck deep inside the HW_RTC_Init() function waiting for "LSE is ready". Best I can tell is that the SysTick isn't incrementing. Is the example project broke? Or, am I missing some additional #defines?
Can someone please provide some guidance here? I was hoping this example would work right out the gate.