I'm developing a new board with nRF8001, after reset i correctly get the DeviceStartedEvent 0x03 0x081 0x02 0x00, after that i go into setup mode sending the configuration package (template for BLE UART in Volatile Memory without modifications), when i send the last package, the nRF8001 keep sending 0x03 0x084 0x06 0x00 (ACI_STATUS_SUCESS) for ever.. doesn't send any DeviceStartedEvent (Standby)
in Setup i'm sending the configuration package and after that keep polling for DeviceStarteEvent, no other action is taken, i've tried sending some aditional clock pulses, equivalent to send 3 package of dummy data, but result are the same.
Any clue why is that???
tank for your help