Part Number: TM4C129DNCPDT Hi,
I am working on a firmware update mechanism for TM4C129DNCPDT and would like guidance on the best approach for dual-image firmware management.
Current Requirement
We receive application .bin files through UART and…
Part Number: TM4C129DNCPDT Hi,
I have a question regarding the NMI pin.
Can the NMI pin be configured and used as a normal GPIO input pin? If yes, is it possible to configure it to generate a falling-edge interrupt?
Currently, I have:
Unlocked…
Part Number: TM4C129DNCPDT I am trying to use PD7 as an NMI input on a TM4C129DNCPDT.
Requirement:
PD7 should be idle low.
When PD7 transitions from low to high (rising edge), the MCU should enter the NMI handler.
Inside the NMI handler, I want…
Part Number: TM4C129DNCPDT Other Parts Discussed in Thread: EK-TM4C1294XL Tool/software: Hello ,
Greeting of the day.
TM4c129DNCPDT : PC0- SWCLK pin unlocked. Because of that unable to load the binary.
Used tool: Uniflasher software / segger j-…
Part Number: TM4C129DNCPDT
Hi Team,
Posting on behalf of our customer.
I will share this E2E post to our customer so he can reply when needed.
As per our application requirement, we need to generate an NMI interrupt handler on the TM4C129DNCPDT…
Part Number: TM4C129DNCPDT
Hello Tiva E2E Community,
I am having a consistent issue with UART communication on a custom TM4C129DNCPDT board. The UART works perfectly when connecting directly at 3.3V TTL levels, but communication fails only when the…
Part Number: TM4C129DNCPDT Tool/software: Hello,
Working with TM4C129DNCPDT microcontroller with TI RTOS. Want to implement the NMI handler for my application.
Using the GPIOD - GPIO7 - NMI handler
Following is the code,
GPIO initialization…
Part Number: TM4C1290NCPDT Other Parts Discussed in Thread: TM4C129DNCPDT , SYSBIOS We are trying to debug TI Rtos in TM4C129DNCPDT Controller using code composor studio , when we try to debug this it is crashing at this function Hwi_switchFromBootStack…
Part Number: TM4C129DNCPDT Other Parts Discussed in Thread: UNIFLASH , Hello,
I am working on a TM4C-based project using TivaWare DriverLib and I am facing an issue where the Timer0A interrupt is not triggering, even though the timer is clearly running…