add BLE controller firmware for nRF53

This commit is contained in:
mjellits
2025-01-12 16:00:06 +01:00
parent 5a29c2673b
commit e5ba15b023
2 changed files with 16323 additions and 0 deletions

22
controller/README.txt Normal file
View File

@@ -0,0 +1,22 @@
### Introduction ###
The following firmware binaries allow to use the nRF5340-DK as a HCI UART Controller 5.2+ with enabled
Flow Control.
### Programming ###
Before using the nRF53 programm nRF53DK_hci_uart.hex on the board (e.g. using nRF Connect for Desktop):
### UART Configuration ###
In order to use UART with Flow Control enabled the FLOW CONTROL switches for VCOM0 and VCOM1 must the set to OFF.
The UART runs with following configuration:
- BAUDRATE = 1000000
- FLOWCONTROL = enabled
- DATA = 8 bits
- STOP = 1 bit
- PARITY = None
When the DK is connected to the PC via USB two VCOM Ports are created (e.g. COM5 and COM6).
Please use com port with the lower number.

File diff suppressed because it is too large Load Diff