Part Number: TM4C123GH6PM Other Parts Discussed in Thread: TPS25751EVM , TPS25751 Tool/software: I am trying to flash the TM4C123GH6PM on my custom PCB. In development I successfully used the TPS25751EVM (EVM), which uses the TM4C123GH6PM. When I connect…
Part Number: TM4C123GH6PM Tool/software: Hello,
Page 1379 of the datasheet states the crystal configururations for tm4c123 circuits. Some frequencies are not suitable for usb. Apart from that, the crystal oscillator frequency is converted to a 80mhz…
Part Number: EK-TM4C123GXL Other Parts Discussed in Thread: TM4C123GH6PM , Tool/software: We are attempting to program the MCU using FTDI USB to serial on UART0. From the documentation https://www.ti.com/lit/ug/spmu301e/spmu301e.pdf?ts=1740617535539 for ROM…
Part Number: TM4C123GH6PM
Tool/software:
Hi!!
I am trying to implement bootloader for TM4C123GH6PM at first i tried to make changes in the example project given in Tiva series (demo_serial example project) from UART0 to UART1 in bl_config.h file as shown…
Part Number: TM4C123GH6PM Tool/software: Hello Everyone!!
I am trying to implement custom bootloader for TM4C123GH6PM by considering an example project (boot_serial) available in Tiva library. i have made changes with the communication interface from…
Hi Charles,
I managed to fix this issue by adding a timer that calls,
pxMBFrameCBTransmitterEmpty( );
You have to be careful as if the timing is too fast the state machines will not be not be in the right state and the asserts() will fail.
The timer is…
Part Number: TM4C123GH6PM Tool/software: Hello Everyone,
I have a really frustrating simple problem. PRINTF() does NOT WORK!!!
I have two projects, project_A and project_B. I want project_A printf() to work and send text to the console.
The source files…
Part Number: TM4C123GH6PM Other Parts Discussed in Thread: MSP432E401Y Tool/software: Whether TM4C123GH6PM SDK and examples have TI RTOS integration and its relevant integration in the SDK?
Part Number: TM4C123GH6PM Tool/software: Hello,
I am porting bmm350 sensor code to Tiva-C platform.
https://github.com/boschsensortec/BMM350_SensorAPI
The authors took advantage of function pointers and cleverly designed structs to create a driver in…
Part Number: TM4C123GH6PM Tool/software: Hello,
The hibernate trim is applied for each 60 seconds, but when exactly does it execute? Does it do it according RTCs beginning of minute each time a minute begins?
Best Regards,
-C