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…
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…
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…
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…
//##################################### // 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 // #define…
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 as…
HI Scott -
The only change that we have made to drivers is adding "#define Display_DISABLE_ALL 1" to the top of the Display.h file, because trying to write to the display that doesn't exist on our custom board seemed to be causing BLE performance problems…
The ccfg file is given below, yes I did a reset before connecting to flash programmer and I don't remember seeing a pop-up screen which said device is locked.
/******************************************************************************
* …