Hey,
I'm working on integrating nrf8001 with STM32, currently trying to write my own stack. Upon reset, I read the DeviceStartedEvent, 0x81 and it shows "0x02 0x00 0x02", which should mean the device is in the SETUP-state, correct?
After this, I'm trying to send setup (0x06), and the first 30 bytes of the setup array from settings.h created by the nrfgo studio. Upon sending this, the response I get from the device is "0x84 0x06 0x83", which corresponds to invalid device state?
Is there something I'm missing here? Thank you in advance, Mika