Hi Devzone!
I'm using nrf52840 custom board to launch iot service.
We have two type of devices. One is master and the other one is slave.
For now, both of them use 3 anlaog sensors, 1 accelerometer.
And additionally, master has LTE modem and doing the fft work using fpu_fft.
Also, the multilink is established between master and slave.
By the way, when I test our custom board, slave is working perfectly, but, master isn't.
It can't get the device id of accelerometer and it gets analog sensor value strangely. Plus, the analog sensor's power led isn't blinking.
but master is working on DK board. Only at custom board, especially master code is not working.
I don't know why it happens. Maybe the fpu problem?
Is fpu located in the CPU of nRF52840?
Because we only used CPU side to our custom board.
Thank you for your help.
Best regards,
Baek