Part Number: TM4C123GE6PM Other Parts Discussed in Thread: UNIFLASH , LMFLASHPROGRAMMER Tool/software: I have programmed and setup the BOOTCFG register with the following code: #include <stdint.h>
#include "inc/hw_memmap.h"
#include "inc/hw_types.h…
Part Number: TM4C123GE6PM Other Parts Discussed in Thread: TM4C123GH6PM Tool/software: We have moved from the LaunchPad and created our own board. Programming via FTDI-USB over serial UART0 is working using LM Flash Programmer for our board.
I used…
Part Number: TM4C123GE6PM Other Parts Discussed in Thread: EK-TM4C123GXL Tool/software: Hello,
I'm trying to develop an USB host application using the above micro and in all the documentation refers to the USB host examples, but there aren't any in…
Part Number: TM4C123GE6PM Other Parts Discussed in Thread: TM4C1231D5PZ
Hi
We created a custom board with a TM4C123GE6PM, but are unable to program the controller using JTAG. The JTAG used is the ICDI interface from a TM4C123 Launchpad. Previously…
Part Number: TM4C123GE6PM Tool/software: Hello,
I have two questions.
1. The USB connection in theTM4C123G launchjpad workshop pdf file is as follows. But R25 and R30 is not mounted on the TM4C123G launchpad. Then i guess for usb bootloader app…
Part Number: TM4C123GE6PM Hello,
I have a new product I'm working on and will be releasing this year. It is based on the TM4C Tiva C MCU and utilizes the USB device interface. I was wondering if I could get a PID for this product issued from TI. I…
Part Number: TM4C123GE6PM Other Parts Discussed in Thread: TM4C123GH6PM , , EK-TM4C123GXL Hi,
I have a problem where after flashing the micro in a custom board for the first time, I can't either debug nor program it again.
I'm using TI-RTOS (2_16_00_08…
Part Number: TM4C123GE6PM Hi
I am noticing some strange behaviour with the USB stack and the .intvecs initialization.
When I set the FLASH_BASE to 0x00000000 (and the .intvecs to the same address/start of the application) my USB is working. As soon…
Part Number: TM4C123GE6PM Other Parts Discussed in Thread: UNIFLASH Hello,
I'm programming a TM4C123 part with a segger Jlink and I have a bootloader programmed first, then my application. I noticed with CCS and the ICDI on the launchpad I can tell…
Part Number: TM4C123GE6PM Other Parts Discussed in Thread: EK-TM4C123GXL Hello,
I have a general question about how the uDMA and CPU share the bus. I've been reading the datasheet to try to wrap my head around this. In section 9.2 "Functional Description…