Other Parts Discussed in Thread: SEGGER
Tool/software: Code Composer Studio
Hi community,
I'm using a custom board with the TM4C129ENCPDT uC. I'm trying to set my board for USB connection and, to do that, I'm using the usb_dev_bulk example as reference.
I do not have an external oscillator, but I wrongly set the clock as in the example, using:
ui32SysClock = MAP_SysCtlClockFreqSet((SYSCTL_XTAL_25MHZ | SYSCTL_OSC_MAIN | SYSCTL_USE_PLL | SYSCTL_CFG_VCO_480), 120000000);
I already programmed my board several times, but with the clock settings as follow:
SysCtlClockFreqSet(SYSCTL_OSC_INT | SYSCTL_USE_PLL | SYSCTL_CFG_VCO_320, 80000000);
The problem is that after I update the wrongly firmware ( using CCS v10.1.0, and the SEGGER J-Link as connector ) CCS gives me this error:
Obviously I connected the target and supplied it.
I already search in the forum and I've found different answers, but nothing works. If you know, there is a way to solve this problem?
Thanks!
Federico
