Question
How to fix Hard fault on STM32L0_EVAL board using STM32CubeIde
Hello,
I am experiencing a hard fault when executing the following line of code:
hourly_log.credit = *credit_register.The screen shot bellow shows the debug window at the time of the fault, with the variables, disassembly view, and registers.
The code in question has been working perfectly on an old 8bit platform, now i'm trying to port it to the STM32 platform, and i'm running into some problems.
I'll appreciate some help with this issue.
Thanks

