cancel
Showing results for 
Search instead for 
Did you mean: 

where do i find the cli file for the 802.15.4 tests?

EVan.11
Associate II
 
3 REPLIES 3
stephane.legargeant
ST Employee

If you use STM32CubeMonitor-RF for 802.15.4 tests, the CLI firmware is copied in the "public documents" folder when the tool is installed (C:\Users\Public\Documents\STMicroelectronics\STM32CubeMonitor-RF\firmwares\Cli_Phy_802_15_4_M4.bin)

EVan.11
Associate II

Thanks Stephane, I still have aproblem getting the demo to work. I program the following:

STM32_Programmer_CLI.exe -c port=usb1 -fwdelete

stm32_programmer_cli.exe -c port=usb1 -w stm32wb5x_rfmonitor_phy802_15_4_fw.bin 0x080EA000

and

stm32_programmer_cli.exe -c port=usb1 -w Cli_Phy_802_15_4_M4.bin 0x08000000

This is on the MB1355C (pcb with Jtag). The STMCubeMonitor does not open the com port. When I connect a terminal program to the com port I get all characters echoed from the MB1355C board, but nothing else.

Am I loading the cli file incorrectly or missing something?

PS. I have 2 dev kits to do the testing with ie. 2 x MB1355C and USB dongles. Both Kits are doing the same.

Thanks,

stephane.legargeant
ST Employee

I can share some hints :

The STM32CubeMonitor indicates an error if the port has been open and there is no response from the board. So it may be the software not working properly on your board.

The USB cable should be connected to the ST_LINK port of the board MB1355C, and the jumpers JP5 Rx Tx should be connected (default config)

The test with terminal program should work. The command "Version" should give reply : "PHY CLI version : 1.0"

(I have tested with MB1355C updated with firmware stack from STM32CubeWB 1.1.0.)

You can try to update the wireless stack software with this version (1.1.0). The detailed procedure to update the wireless stack is changed.

The procedure is described in Projects\STM32WB_Copro_Wireless_Binaries\Release_Notes.html.