Hello,
I want to use DA14681 board as HCI controller without stack and profiles. I found their's a project under dk_apps/reference_designs/plt_fw, Can I use it as HCI controller firmware?
How to download the firmware to the chip?
Thanks!
Device:
Hi zhyp90211,
There is an example fw in the SDK that accepts HCI commands, you can have a look at the ble_external_host project, and you can download it just like you download all the other fw on the 68x and then send commands over UART, the same applies for the plt_fw since it also supports HCI commands.
Thanks MT_dialog