Part Number: TM4C123GH6PGE Other Parts Discussed in Thread: EK-TM4C123GXL Hey, I am new to the TM4C123GH6PGE series. Currently I try to understand how I can do FiFo tx transfers that are controlled by interrupts. Design: I like to create a send function…
Part Number: TM4C123GH6PGE Other Parts Discussed in Thread: EK-TM4C1294XL Hey, I am new to the TM4C123GH6PGE series. I like to monitor the speed of a fan. This fan provides a "tacho" signal, that generates 2 pulses for one rotation. My idea is to count…
Part Number: TM4C123GH6PGE Other Parts Discussed in Thread: EK-TM4C123GXL I like to go to bootloader mode and do a firmware update. So far I failed when doing the sync (send 0x55,0x55)
I wrote a small python script, that tries to connect and do the dfu…
Part Number: TM4C123GH6PGE I configured UART0 for transmitting and receiving bytes frames from an external device with DMA
Then I configured also UART1 for transmitting and receiving bytes frames from a different external device
Both to 57600
Sometimes…
Part Number: TM4C123GH6PGE Other Parts Discussed in Thread: EK-TM4C123GXL hey, I have a pcb where the pins PH6(WT4CCP0) and PH7(WT4CCP1) are wired to the tacho pins of 2 fans. I like to monitor the fan speed via the timer 4 counters that are triggered through…
Part Number: TM4C123GH6PGE We started with a new project an again we are experiencing problems with the Jtag programmer interface port of TI TIVA C processors
It becomes locked and following the Unlock procedure known to us we are not able to recover…
Part Number: TM4C123GH6PGE Hello,
We're having some trouble using I2C5 on the TM4C123GH6PGE. When the Pins are configured as I2C, the SDA line is pulled low and subsequently stays low... resulting in the bus always being busy. We have used the same TIVA…
Part Number: TM4C123GH6PGE Our TI MCU is connected via UART0 to a IoT board. We like to do a firmware update via the ROM bootloader through the IoT board. The IoT board runs a self build Linux. So we can't use the windows flashing tool. Is there a…
Stefan Jaritz said: Is there a possibility to catch the RT intr?
That is a good question. I read the datasheet for UART and below is what I found. I think what you need to do is in the UART interrupt ISR, check the DMACHIS register to see if flag for the…
Part Number: TM4C123GH6PGE Other Parts Discussed in Thread: EK-TM4C123GXL Hello Champs
We have a customer follow the old Stellaris® LM4F232 Evaluation Board design, please refer the below snapshot from LM4F232 Guide(spmu272.pdf)
They are looking to…