Other Parts Discussed in Thread: TM4C129XNCZAD Working with the TM4C123G I was able to make good use of a table I found here http://users.ece.utexas.edu/~valvano/Volume1/E-Book/C6_MicrocontrollerPorts.htm (table attached 6558.PMCx bits in the GPIOCTL…
Hello Markel Robregado
I have performed JTAG unlock sequence. Now I am able to detect the target board and also program the board.
But I couldnt understand what is happened with JTAG unlock sequence?
Can you pls explain.
Manish
Yes, i am wondering the same thing. Looking at the fatsd_TivaTM4C1294NCPDT demo, channel 0 (boosterpack 1 headers) uses SSI2 and PD1 as MOSI but PB1 as TX while channel 1 (boosterpack 2 headers) uses SSI3 and PQ2 as both MOSI and TX. Is that correct for…
Hi Chih, The TM4C1294NCDT USB peripheral Tivaware software library functions only support device or host mode respectively to a single endpoint. The USB PHY directly supports an external HUB chip for a custom PCB up to 480MBPS data transfer rates. That…
Hello Barry,
In my case, I follow the NDK 2.0.0 serial client example to implement PPP on my TM4C129X board. Now I use a null modem cable connected to a Win7 PC to establish PPP connect. The LCP process is fine but when I get 0x80FB (CCP) request from…
I would like to implement CAN functionality on a TM4129x running Ti-RTOS.
I'm going to use the EK-TM41294XL Launch pad as a starting point.
SimmaSoftware offers an expensive library that I cannot afford to use.
So I looked into other options:…
Hi,
I'm porting the code from Cortex-M3 to TM4C129X evaluation board.
I'm trying to send data to the flash using uDMA.
the uDMA seems to be working (I can see the clock on the scope), but the interrupt is not triggering (does not go to the SSI3_Handler…
I can't seem to get this working on my 129x.
I've written a number of wrapper functions to simplify open/read/write operations on the SD card.
void sdcardConfigure() {
// Configure the device pins
// Enable necessary GPIO peripherals
ROM_SysCtlPeripheralEnable…
I have two projects that were both started off using the UART_Echo example project. I am using IAR ver 7.20.02 and the DK_TM4C129X development kit. The first project, one of our other engineers got a PWM working on M0PWM2 (PF2). I copied his code over…