python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
when the µc (nRF52840) is passing into sleep mode how can we save Data that we want to use later when he's up?
I m working on an nRF52840 µc ,the µc will be woken up every 3 hours and i have to save a data(4bytes) into a tab[16] so i can send those 16 values later after 2 days.
Khalil Soltani
Votes: 0
Answers: 1
Peripheral read vs RAM read + RAM write
I was debugging critical code with IOs and I came across a dilemma :
What's the quickest between those two functions ?
In which function will my CPU spend less time ?
A : CPU reads a peripheral regist...
GabrielT
Votes: 0
Answers: 1
FreeRTOS can't set isr routine as critical region
I am running FreeRTOS on a nrf52840
I have 2 interrupts running and my RTOS crashes if I enter in an interrupt while in another oneTo avoid such case I added the critical region functions, I also adde...
GabrielT
Votes: 0
Answers: 1
nRF52840 dongle Client and Server Coexistence
I am using a nRF52840 dongle for a BLE-based project. Is there a possibility that the dongle could work as both Client and Server?
That is, I would like the node to advertise and connect to a mobile p...
Ajeeth Chandrasekaran
Votes: 0
Answers: 1