This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF8001 Setup Error w/ EFM32

I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template from the EFM32 project onto the board, it only sends the first 6 setup commands then gets stuck in a while loop with a command response error.

Here's what the debug viewer shows:

The debug viewer

I've verified that the same project works with an EFM32WG990F256 from a starter kit board communicating externally to the nRF8001 but when I switched to the native processor, it seems to produce an error? Thoughts? I would also like to know if this problem is a software or hardware issue.

Related