2025-01-18 05:08 AM
Hello Everyone,
I am working on STM32WLE5CC and I am new to this. I am getting current consumption of 520uA of Core only in which I have initialized HAL_Init() and SystemClock_Config() with MSI of 1MHz. And datasheet states that in Active mode it takes 72uA/Mhz. I have also disabled debugger configurations too.
Please help me with solution ,how can i match datasheet current consumption?
And my second question is, I want my NVM of 16k to have data all the time even after reprogramming ,I don't want to use option bytes for it. Is there another way other than option byte to do this?
Thanks