nbu_bb_bm#
Overview#
This is the nbu_bb_bm example, as a transparent transmission tool, to convenient to communicate using the standard HCI command. Following is an example with RD-RW612-BGA board.
Prepare the Demo#
Connect a micro USB cable between the PC host and the MCU-Link USB port (J7) on the board.
Connect a micro USB cable between the PC host and the USB-UART port (J21) on the board.
The project set the 115200 baud rate as default, set flow as default. Use the USB-UART port (J21) to communicate. if need use 3000000 baud rate, need modify the code. open the uart debugging tool, configure
115200 baud rate
8 data bits
No parity
One stop bit
flow control(tx and rx)
Download the program to the target board.
Running the demo#
Send the standard hci command from PC to board using the USB-UART port (J21).
For example, enable adv hci command. send command 01 0A 20 01 01 response data 04 0E 04 01 0A 20 00
Supported Boards#
FRDM-RW612
Hardware requirements
Micro USB cable
FRDM-RW612 board
Personal Computer
Board settings
No special settings are required.
Prepare the Demo
Connect a micro USB cable between the PC host and the MCU-Link USB port (J10) on the board. use the USB port (J10) to communicate.
The project set the 115200 baud rate as default, set flow as default, need modify the code, diabale the flow. The FRDM-RW612 doesn’t suuport the flow transport and 3000000 baud rate. open the uart debugging tool, configure
115200 baud rate
8 data bits
No parity
One stop bit
no flow control
Download the program to the target board.
Launch the debugger in your IDE to begin running the example.
RD-RW612-BGA
Hardware requirements
Micro USB cable
RD-RW612-BGA board
Personal Computer
Board settings
Jumping caps are connected to JP15 and JP44 respectively.
Prepare the Demo
Connect a micro USB cable between the PC host and the MCU-Link USB port (J7) on the board.
Connect a micro USB cable between the PC host and the USB-UART port (J21) on the board.
The project set the 115200 baud rate as default, set flow as default. Use the USB-UART port (J21) to communicate. if need use 3000000 baud rate, need modify the code.
115200 baud rate
8 data bits
No parity
One stop bit
flow control
Download the program to the target board.
Launch the debugger in your IDE to begin running the example.