Other Parts Discussed in Thread: CC3220SF, , SYSCONFIG, UNIFLASH, CC3235S, CC3235SF
Tool/software:
Hi all,
I'm working on a setup where I’m using the CC3220SF EVAL BOARD to program a PRODUCT PCB that uses a CC3230SF MCU. The plan is to connect the JTAG as well as XDS_UART_TX & XDS_UART_RX from the EVAL board to the product board, expecting to be able to flash the code to the CC3230SF.
I’ve set the SOP 1 jumper accordingly. However, during the flashing process, I encounter the following error:
INFO:root:FTDI not detected, trying XDS
INFO:slbootloader.slbootloader:Connecting to device
INFO:slbootloader.slbootloader:Power off
INFO:slbootloader.slbootloader:Set break signal
INFO:slbootloader.slbootloader:Power on
INFO:slbootloader.slbootloader:Clear break signal
INFO:slbootloader.slbootloader:Connection succeeded
INFO:slbootloader.slbootloader:Received storage list
WARNING:root:Wrong device type, ignored
INFO:slbootloader.slbootloader:Received error : error number = -10275 , extended error = 4293
Traceback (most recent call last):
File "<string>", line 5262, in <module>
File "<string>", line 5258, in main
File "<string>", line 5228, in cmdline
File "<string>", line 4641, in command_sysconfig_program_image
File "<string>", line 2885, in syscfg_program_image
File "W:\slbootloader\slbootloader.py", line 793, in fs_programming
slbootloader.slbootloader.BootLoaderError:
Error: SLImageCreator.exe: fs_programming error: ret: -10275, ex_err: 4293 - FS_PROGRAMMING_ILLEGAL_FILE
SLImageCreator returned -1
Command completed with exit value: -1
Any insights or suggestions would be greatly appreciated!
Thanks in advance.