Hi all, basic info: stm32 CUBE IDE v1.14.1 PC: Win10 64bit MCU:STM32G0B1CC In my code, there are two functions to control the battery to enter charge mode from init mode, when the battery receive a command. Check_AuthCmdToCHG()will se...
My problem has been solved!Root cause: STM32G0B1CC is based on Arm Cortex -M0+ core, it no support unaligned accesses, pay attention to the large structure in your code.
Hi liaifat85, Thanks for your feedback! My current APP code is address offset because the system comes with a bootloader. I have tried to modify the offset address and directly run online simulation, and the program works normally. I have tried th...