Other Parts Discussed in Thread: CC3351
Tool/software:
Hello,
I am using simplelink wifi toolbox version 2.5.5 on Linux Ubuntu 24.04.
When I use the CC3351 decoder from the interface it works but when I use a custom decoder and select the logger.bin from CC3351 MCU R7.2 SDK it seems to crash on boot.
I've attached to this ticket logs from Linux terminal when it succeed with default logger (logger_succeed.txt) and when it fails with the SDK logger (logger_fail.txt).
Thanks & regards,
simplelink_wifi_toolbox_lin_2_5_5 ./simplelink-wifi-toolbox 2025-09-16 09:46:22,985: Searching for free port ... 2025-09-16 09:46:22,986: Free port found at 7777 2025-09-16 09:46:22,992: Starting WebServer... 2025-09-16 09:46:23,004: Serving on http://127.0.0.1:7777 2025-09-16 09:46:23,994: Starting UI ... 2025-09-16 09:46:23,994: ----------------------- NOTE --------------------------- 2025-09-16 09:46:23,994: -- Chrome wasn't found in the expected path. -- 2025-09-16 09:46:23,994: -- Open Chrome and enter URL 'http://127.0.0.1:7777' -- 2025-09-16 09:46:23,994: -------------------------------------------------------- 2025-09-16 09:46:27,700: Logger Version : 2.1.5 2025-09-16 09:46:31,845: Starting wLogger with command : /home/gaetan/ti/simplelink_wifi_toolbox_lin_2_5_5/wlogger/bin/wlogger --conf_file /home/gaetan/ti/simplelink_wifi_toolbox_lin_2_5_5/wlogger/tmp/wlogger_config.json --auto_start STDOut and STDErr will logged into /tmp/_MEITz2Vz1/wlogger.log 127.0.0.1 51120 Staring named pipeStarting Wireshark: /usr/bin/wireshark -i /tmp/wlogger -k ** (wireshark:16202) 09:46:32.418637 [Capture MESSAGE] -- Capture Start ... Named pipe ready Cleaning socket before start lisen Starting Socket Listener Starting logger CC3351 with command: /home/gaetan/ti/simplelink_wifi_toolbox_lin_2_5_5/wlogger/loggers/cc33xx_logger/bin/cc33xx_logger --com_port /dev/ttyUSB0 --log_dir /home/gaetan/ti/simplelink_wifi_toolbox_lin_2_5_5/wlogger/logs/2025_09_16_09_46_32/CC3351 --bin_file /home/gaetan/ti/simplelink_wifi_toolbox_lin_2_5_5/radio-tool/binaries/CC3351/logger.bin --baud_rate 3000000 --max_log_size 12 --stream_id CC3351 --max_bytes_per_packet 200 ** (wireshark:16202) 09:46:32.462910 [Capture MESSAGE] -- Capture started ** (wireshark:16202) 09:46:32.462932 [Capture MESSAGE] -- File: "/tmp/wireshark_wloggerH1E7C3.pcapng" Successfully connected to /dev/ttyUSB0 ... WARNING : Such LR Address 4294967295 already exists in DB, new parameters will override last one WARNING : Such LR Address 4294967295 already exists in DB, new parameters will override last one WARNING : Such ENUM Name BootmanState_e already exists in DB, new info will override old into WARNING : Such ENUM Name SignatureType_e already exists in DB, new info will override old into WARNING : Such ENUM Name RecordDigestType_e already exists in DB, new info will override old into WARNING : Such ENUM Name BootmanEvent_e already exists in DB, new info will override old into WARNING : Such ENUM Name HW_CYCLIC_BUFFER_SRC_ENUM already exists in DB, new info will override old into WARNING : Such ENUM Name BinObjType_e already exists in DB, new info will override old into WARNING : Such ENUM Name BootStatusMode_e already exists in DB, new info will override old into WARNING : Such ENUM Name AES_DIR_e already exists in DB, new info will override old into WARNING : Such ENUM Name DMA_DRIVER_CH_PADDING_e already exists in DB, new info will override old into WARNING : Such ENUM Name DMA_DRIVER_CHANNEL_TYPE_e already exists in DB, new info will override old into WARNING : Such ENUM Name CommandStatus_e already exists in DB, new info will override old into WARNING : Such ENUM Name EncryptionMode_e already exists in DB, new info will override old into WARNING : Such ENUM Name SystemInfoIdx_e already exists in DB, new info will override old into WARNING : Such ENUM Name ContainerType_e already exists in DB, new info will override old into WARNING : Such ENUM Name IrqNumber_e already exists in DB, new info will override old into WARNING : Such ENUM Name AES_KEY_TYPE_e already exists in DB, new info will override old into WARNING : Such ENUM Name RecordType_e already exists in DB, new info will override old into WARNING : Such ENUM Name DerivationMethod_e already exists in DB, new info will override old into WARNING : Such ENUM Name helperState_e already exists in DB, new info will override old into WARNING : Such ENUM Name TransportState_e already exists in DB, new info will override old into WARNING : Such ENUM Name SignatureRot_e already exists in DB, new info will override old into WARNING : Such ENUM Name drbgStatus_t already exists in DB, new info will override old into WARNING : Such ENUM Name BootStatus_e already exists in DB, new info will override old into WARNING : Such ENUM Name AES_MODE_e already exists in DB, new info will override old into WARNING : Such ENUM Name CommandStatus_e already exists in DB, new info will override old into WARNING : Such ENUM Name DMA_DRIVER_CH_PADDING_e already exists in DB, new info will override old into WARNING : Such ENUM Name IrqNumber_e already exists in DB, new info will override old into WARNING : Such ENUM Name SystemInfoIdx_e already exists in DB, new info will override old into WARNING : Such ENUM Name drbgStatus_t already exists in DB, new info will override old into WARNING : Such ENUM Name AES_DIR_e already exists in DB, new info will override old into WARNING : Such ENUM Name AES_KEY_TYPE_e already exists in DB, new info will override old into WARNING : Such ENUM Name AES_MODE_e already exists in DB, new info will override old into Successfully created database from binary ... Start parsing messages ...
simplelink_wifi_toolbox_lin_2_5_5 ./simplelink-wifi-toolbox 2025-09-16 09:41:46,208: Searching for free port ... 2025-09-16 09:41:46,208: Free port found at 7777 2025-09-16 09:41:46,215: Starting WebServer... 2025-09-16 09:41:46,226: Serving on http://127.0.0.1:7777 2025-09-16 09:41:47,217: Starting UI ... 2025-09-16 09:41:47,217: ----------------------- NOTE --------------------------- 2025-09-16 09:41:47,218: -- Chrome wasn't found in the expected path. -- 2025-09-16 09:41:47,218: -- Open Chrome and enter URL 'http://127.0.0.1:7777' -- 2025-09-16 09:41:47,218: -------------------------------------------------------- 2025-09-16 09:41:54,844: Logger Version : 2.1.5 2025-09-16 09:41:57,985: Starting wLogger with command : /home/gaetan/ti/simplelink_wifi_toolbox_lin_2_5_5/wlogger/bin/wlogger --conf_file /home/gaetan/ti/simplelink_wifi_toolbox_lin_2_5_5/wlogger/tmp/wlogger_config.json --auto_start STDOut and STDErr will logged into /tmp/_MEIgTPd4U/wlogger.log 127.0.0.1 51120 Staring named pipe Fail to remove old pipe file ar /tmp/wlogger Starting Wireshark: /usr/bin/wireshark -i /tmp/wlogger -k ** (wireshark:14997) 09:41:58.957919 [Capture MESSAGE] -- Capture Start ... Named pipe ready Cleaning socket before start lisen Starting Socket Listener Starting logger user_select with command: /home/gaetan/ti/simplelink_wifi_toolbox_lin_2_5_5/wlogger/loggers/cc33xx_logger/bin/cc33xx_logger --com_port /dev/ttyUSB0 --log_dir /home/gaetan/ti/simplelink_wifi_toolbox_lin_2_5_5/wlogger/logs/2025_09_16_09_41_58/user_select --bin_file /home/gaetan/ti/simplelink_wifi_toolbox_lin_2_5_5/wlogger/tmp/logger.bin --baud_rate 3000000 --max_log_size 12 --stream_id user_select --max_bytes_per_packet 200 ** (wireshark:14997) 09:41:59.005719 [Capture MESSAGE] -- Capture started ** (wireshark:14997) 09:41:59.005755 [Capture MESSAGE] -- File: "/tmp/wireshark_wlogger0PIWC3.pcapng" Successfully connected to /dev/ttyUSB0 ... WARNING : Such LR Address 4294967295 already exists in DB, new parameters will override last one not enough values to unpack (expected 2, got 1) CC33XX Logger Done! Exiting from logger user_select thread All Loggers Stopped Staring named pipe Wireshark already running ....