TorstenRobitzki / bluetoe

C++ Framework to build Bluetooth LE Server (GATT)
MIT License
142 stars 29 forks source link

[nrf52] copy important functions to RAM #65

Open TorstenRobitzki opened 3 years ago

TorstenRobitzki commented 3 years ago

Idea: Maybe it could save some power to copy some of the functions that are involved in handling empty connection events to RAM to run fast (due to not having wait states) and thus to keep the CPU more in sleep.