Plt_fw project for DA14681

2 posts / 0 new
Last post
zhyp90211
Offline
Last seen:4 years 5 months ago
Joined:2016-09-22 01:41
Plt_fw project for DA14681

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:
MT_dialog
Offline
Last seen:2 months 3 weeks ago
Staff
Joined:2015-06-08 11:34
Hi zhyp90211,

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