Part Number: TM4C123AH6PM Tool/software: Code Composer Studio CCS version 9.1.0.00010 on Linux.
Occasionally when single-step debugging, I get the error:
An internal error occurred during: "Computing hover expression". java.lang.NullPointerE…
Part Number: TM4C123AH6PM Tool/software: Code Composer Studio Hi, I have the following problems with CCS, from one day to the next, the debugger no longer worked and the breakpoints could not be activated because an error message came from the breakpoint…
Part Number: TM4C123AH6PM Other Parts Discussed in Thread: TUSB1310A , , TM4C123 How might one go about sending/receiving 8b10b encoded serial data?
From Wikipedia: "In telecommunications, 8b/10b is a line code that maps 8-bit words to 10-bit symbols to…
Part Number: TM4C123AH6PM Tool/software: Code Composer Studio Why doesn't CCS find my include files. The path is in the compiler settings. Getting multiple unresolved symbol errors for functions which are in the search path.
I can only import examples…
Part Number: TM4C123AH6PM Other Parts Discussed in Thread: EK-TM4C123GXL Tool/software: Code Composer Studio Trying to use XDS110 debug probe with our TM4C123AH6PM custom board for program, debug, and trace. This is the first time we are trying the XDS110…
Part Number: TM4C123AH6PM Other Parts Discussed in Thread: TM4C129ENCPDT , TM4C123
Our UART ISR is triggered but when we call:
// Find out why interrupt was triggered
uint32_t Status = MAP_UARTIntStatus(UART6_BASE, 1);
The debugger is showing that…
Part Number: TM4C123AH6PMTM4C123AH6PM datasheet section 8.2.8 uDMA Peripheral Interface states:
"Note: When using μDMA to transfer data to and from a peripheral, the peripheral must disable all interrupts to the NVIC."
This statement is…
Part Number: TM4C123AH6PM I can't synchronize two timer on my mcu. I have tried two methods. First one is the way you would think it would work:
MAP_SysCtlPeripheralEnable(SYSCTL_PERIPH_WTIMER0);
// Configure timers to input edge time mode and counting…
Part Number: TM4C123AH6PM Hello all,
I use the TM4C123AH for about 3 years to produce our boards, on about 1000 mounted boards I had problems with about 20 boards.
I can not program the boot using Jtag 10 pin (Keil Ulink-2), the TMS pin is locked to 3…
Part Number: TM4C123AH6PM Hi Folks,
I think, my querstion is not exactly belongs to the part number singed in the post, but it can be present most of the TM4C processors.
I have to implement H bridge drive. As the datasheet also mentioned, a dead-band…