This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BP-CC3351: 使用LP-AM243無法順利測試

Part Number: BP-CC3351
Other Parts Discussed in Thread: UNIFLASH, CC3351

我依照cc33xx_mcu_package_R5內的AM243 Guide步驟去操作

我目前使用CCS 20.2.0搭配mcu_plus_sdk_am243x_11_00_00_15去編譯CC3xx_thick_mac_network_terminal來產出cc3xxx_network_terminal.appimage

在使用python來燒錄program_application_and_wifi_fw.cfg

內容分別是
--flash-writer=./sbl_uart_uniflash.release.tiimage 
--operation=flash-phy-tuning-data
--file=./sbl_ospi.release.tiimage --operation=flash --flash-offset=0x0
--file=../../examples/CC3xx_thick_mac_network_terminal/build_cc3xx_release/cc3xxx_network_terminal.appimage --operation=flash --flash-offset=0x80000
--file=../wifi_fw/cc33xx_fw.bin --operation=flash --flash-offset=0x800000
--file=../wifi_fw/cc33xx_2nd_loader.bin --operation=flash --flash-offset=0x900000
--file=../wifi_fw/cc33xx-conf.bin --operation=flash --flash-offset=0xa00000

以下是燒錄後的開機時顯示的內容

DMSC Firmware Version 8.5.3--v08.05.03 (Chill Capybar
DMSC Firmware revision 0x8
DMSC ABI revision 3.1

[BOOTLOADER_PROFILE] Boot Media : NOR SPI FLASH
[BOOTLOADER_PROFILE] Boot Media Clock : 100.000 MHz
[BOOTLOADER_PROFILE] Boot Image Size : 486 KB
[BOOTLOADER_PROFILE] Cores present :
r5f0-0
[BOOTLOADER PROFILE] SYSFW init : 10852us
[BOOTLOADER PROFILE] System_init : 5367698us
[BOOTLOADER PROFILE] Drivers_open : 268us
[BOOTLOADER PROFILE] Board_driversOpen : 145471us
[BOOTLOADER PROFILE] Sciclient Get Version : 10022us
[BOOTLOADER PROFILE] CPU load : 6549us
[BOOTLOADER_PROFILE] SBL Total Time Taken : 172157us

Image loading done, switching to application ...
******************************************************************
***************** Osprey Network Terminal *******************
***************** Version 1.1.0.4 *******************
******************************************************************

但我在執行wlan_start後就會卡住

我該如何排除該問題

另外我主要是想要了解如何透過spi來控制cc3351可以查看那些文件