Part Number:BP-CC3351Other 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可以查看那些文件
Taylor:
您好,
已经收到了您的案例,调查需要些时间,感谢您的耐心等待。
,
Links:
您好,
该问题确实有些难度,仍旧在调查中,感谢您的耐心等待。
,
Links:
你好,
我认为这个问题是由于没有使用正确版本的am243 sdk,这个插件是为它编译的。
请尝试使用mcu\u plus\u sdk\u am243x\u 08\u 05\u 00\u 24,看看这是否会改变行为。
TI中文支持网


