Part Number: CC3301
Other Parts Discussed in Thread: CC3351, CC3300
Tool/software:
Similar to the issue CC3300: Driver compatibility and firmware upload - Wi-Fi forum - Wi-Fi - TI E2E support forums, however, the thread is locked so I'm posting another thread.
Setup:
* Custom Board with CC3301 chip
* RTOS, SPI, and interrupts properly set up
Problem:
When calling Wlan_Start() the program succesfully reaches the highlighted line:

At this point, the program will be stuck as it it is wating for the "2nd hint". The SPI trace reveals, that the contents of 'rambtlr' has been sent:

And the 5 bytes of the rx_status of the last package is, which I understand to signal that the command has been completed but not signaling that the 'rambtlr' transfer is finished:


Notes:
* Drivers and fw taken from "cc33xx_mcu_package_R5"
* the rambtlr-file is has been assumed to be the file "/tools/wifi_fw/cc33xx_2nd_loader.bin" (ending with 0x09C08A90)
Questions:
* Is it the correct assumption w.r.t. the rambtlr? and if not, where can I access the correct file?
* W.r.t. the workaround seen in the screenshot below, if the last CMD_COMPLETE is ignored, will this not also result in the flag for HINT_SECOND_LOADER_INIT_COMPLETE to be ignored? Or how should this workaround be seen?
Thanks in advance,
Albert Hansen