Closed doganberk95 closed 5 years ago
ARM Internal Ref: IOTCELL-2146
“At this time, due to our prioritisation of work on customer projects, we are unable to devote the time to fix this issue. As an open source project, we welcome fixes to Mbed OS, so if would like to contribute a fix yourself then we would very much welcome that, please see our contribution guidelines here - https://os.mbed.com/docs/mbed-os/v5.14/contributing/workflow.html#contributions”
Hi, I am trying to implement a low power sensor node using an ATmega328p processor with Arduino bootloader. I call os_runloop_once in the loop once and acquiring the EV_TXCOMPLETE can take up to a few minutes, but usually around 20-30 seconds. Due to my application, I need to keep sensors on until I get the event and this violates my low power needs. Any help/idea is appreciated. Attached you can find my related code excerpt(of course not functional due to the deleted parts):