Other Parts Discussed in Thread: CC3235S, SYSCONFIG, , , UNIFLASH, LAUNCHXL-CC3235S
Hi,
I'm using cc3235 LaunchPad and my application is working well due to great help from this forum.
I use only uart port for the communication with the external device (PC right now and host module later)
I used network_terminal_CC3235_LAUNCHXL_tirtos_CCS example codes. I use transceiver mode.
The common.syscfg shows CONFIG_UART_0 is set as XDS110 UART.
I'm trying to make an image for and download it to my target board, which uses GPIO1/GPIO2 as UART0 and GPIO3/GPIO4 as UART1.
These are the procedure I did:
- I mapped two uarts using common.syscfg.
- I got a production mode image using image.syscfg
- I removed five jumpers on the isolation block of LaunchPad and plugged the 10-pin cable into J2, and connected it to the target board.
(3V3, GND, RST, TMS, TCK, TDO, and TDI)
- I did Target Configuration Test Connection using CC3235S.ccxml and it failed. I checked the voltage of the target board.
It dropped to 2V from 3.3V, which was given by LaunchPad. So I removed the voltage from the LaunchPad and used external voltage.
Then the Test Connection result was successful.
- I clicked on Flash icon of CCS and these is the message I got:
Invoking command: C:\ti\simplelink_cc32xx_sdk_5_20_00_06\source\ti\drivers\net\imagecreator\bin\SLImageCreator.exe syscfg program --file C:\Users\82105\workspace_v20_u15_RTx_2021.11.18 - uart test - multi thread - release\network_terminal_CC3235S_LAUNCHXL_tirtos_ccs\MCU+Image\syscfg\network_terminal_CC3235S_LAUNCHXL_tirtos_ccs.sli --json C:\Users\82105\workspace_v20_u15_RTx_2021.11.18 - uart test - multi thread - release\network_terminal_CC3235S_LAUNCHXL_tirtos_ccs\MCU+Image\syscfg\ti_drivers_net_wifi_config.json
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
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 2827, in syscfg_program_image
File "<string>", line 1567, in connect_device
File "W:\slbootloader\slbootloader.py", line 409, in connect_with_reset
File "W:\slbootloader\slbootloader.py", line 285, in _expect_ack
slbootloader.slbootloader.BootLoaderError:
Error: SLImageCreator.exe: BootLoaderError, Timed out waiting for ack
SLImageCreator returned -1
Command completed with exit value: -1
What's wrong with this?
The target board doesn't display any message on UART0 port.
I suspect the image is not downloaded well.
BTW, I use CC3235MODS module (not CC3235MODSF) on my target board. I thought two were the same ones.
Can I download the image and burn it into CC3235MODS which seems to have only 256KB SRAM?
What's the role of sFLASH of 32-Mbits? Can I not use this sFLASH for application image download?
Sorry for the many questions.
Any comment will be appreciated.
JY
