As long as the DAP is accessible (CCFG field CPU_DAP_ENABLE) and the CCFG field CHIP_ERASE_DIS_N is set ,Code Composer Studio allows to do a mass erase once you connect through the "Scripts" menu.
If the DAP is disabled and chip erase still enabled…
Why do you modify this setting? If you want to turn off set DCDC you should modify
SET_CCFG_MODE_CONF_DCDC_RECHARGE and SET_CCFG_MODE_CONF_DCDC_ACTIVE
The critical is the "Debug access settings" part since if you modify one of these you risk looking…
Yes, I apologize for the lack of detail. I am using the XDS110 on a CC1312 launchpad (disconnecting all the jumpers P4) and using the JTAG
So my example code I am having DIO_24 toggle ON and off which causes an LED to blink. I have performed some additional…
Hi Juan Pablo, Thanks for your clarification, I am however still struggling with understanding what exactly you want to achieve.
This is my understanding of what you want: In production (no JTAG connection): - An ID is stored in (internal) flash, and…
//##################################### // Force VDDR high setting (Higher output power but also higher power consumption) //#####################################
#ifndef CCFG_FORCE_VDDR_HH #define CCFG_FORCE_VDDR_HH 0x0 // Use default VDDR trim //…
Part Number: CC1310 Tool/software: Code Composer Studio Hi, I'm working on a CC1310-based design where the firmware needs to ability to erase the entire flash, including itself.
I can see from the SimpleLink CC13x0 SDK version 2.20 in driverlib.elf…
Thanks. Then I have two more questions:
There seems to be a potential issue in manufacturing: If CHIP_ERASE_DIS_N is 1 in the code file to be programmed, but due to some issue, this bit becomes 0 after the chip is programmed by a programmer (such…
Which one configures the debug interface lock?
The following is my ccfg.c file
/*
* Copyright (c) 2015-2017, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification…