Hi,
SDK 17.0.2
I notice a startup current sequence (shown below) which is consuming around 8.3 uJ. I would like to know what operation on startup is causing this surge ?
Hi,
SDK 17.0.2
I notice a startup current sequence (shown below) which is consuming around 8.3 uJ. I would like to know what operation on startup is causing this surge ?
What code are you running?
What code are you running?
int main(void){ while (1) { idle_state_handle(); }
That's the code I am using to analyze it. Optimization level is none