Hello,
I want to interface a microcontroller with the nRF52832 chip in one of our designs. The microcontroller will be running on FreeRTOS.
I would like to know a few technical things before finalizing our design.
1) Which type of interface with external MCU does nRF52832 support? i.e. UART or SPI
2) Does it support Standard HCI interface over UART?
3) If yes, is there any technical document available for the same?
4) If I use UART for communicating with external MCU, do I have to make any changes in Chip's FW?
I have gone through several forum threads and came to know that nRF does support HCI interface but not through nRF SDK. There are some third-party open source BLE stacks available. But from my understanding, they are for Linux, correct me if I am wrong. Is it possible to run it on FreeRTOS?
The matter in hand is bit urgent from my side so I am hoping to get a reply as soon as possible so that I can finalize the design.