hello sir;
I am running a CC2540 based board with two LEDs connected to P0.1 and P0.0 Also a buzzer is driven from PIO1.6. I try to run the keyfobdemo under BLE SDK1.2 and turn on both LEDs and start advertisement from system start . It seems that the LEDs will flash. then after the advertimement timeout , the LEDs continue flash,but slower.
If the power saving is turned off for whole system , the LEDs state will be OK(keep on). i find flowing infrmation form CC2540 guide.
"In power modes PM1, PM2, and PM3, the I/O pins retain the I/O mode and output value (if applicable) that was set when PM1/PM2/PM3 was entered"
so the low power mode will influence the GPIO state or power?