Other Parts Discussed in Thread: CC3220S, ENERGIA, UNIFLASH
Tool/software: Code Composer Studio
subject : Issue in programming CC3220S - launch-xl.
I tried programming the launchpad initially but found that it needs to be put into the development mode before coding it.
Followed the instructions found in one of the forum discussions and fortunately was able program the board.I used the Energia IDE and was able to burn one of the example codes on to the launchpad with all success.
Later, I found that the code is just put into the SRAM and not into the flash and hence the code is erased once the board is reset. To tackle this issue, I decided to program the board using CCS7, SDK and uniflash where I was supposed to create an image with several certificates to sign it. It all worked well until the last moment where there was an error which said "operation failed: fs_programming error: ret-10289,ex_err:2633- FS_WRONG_SIGNATURE" . Now I try to debug the code using ccs7 but find this error while doing so..
Error connecting to the target:
(Error -1170 @ 0x0)
Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK).
(Emulation package 7.0.48.0)
Unable to connect to target board.
I'm stuck up and need help for the following.
1. how do I put the code into the flash memory of the launchpad?(I have used SDK, CCS7 and uniflash and followed the instruction provided in the document www.ti.com/.../swru461a.pdf)
2. Can I download the code directly using CCS7 without uniflash? if yes, how do I do it? I'm not able to debug/download the code in CCS7. I get the error I mentioned above.
3. How do I solve the issue with errors related to certificates and wrong signatures in uniflash?
4. Also, is there any way I can put an energia code into the flash memory of the launchpad?
Any inputs regarding this is rea helpful and really appreciable.
Thanks in advance.
Regards,
Nethravathi V