Part Number: TM4C129LNCZAD Documentation DS-TM4C129LNCZAD-15863.2743 SPMS443B mentions Remote Temperature Sensor but no detail is given on what is meant. Can you elaborate? I am assuming there are temperature sensors that are meant to be used with the…
Part Number: TM4C129LNCZAD I am trying to switch the GPIO pins of UART2 so I can send and receive data on PA6,7 and switch to pins PD4,5 to send and receive data.
void switch_uart2(bool mode)
{
if (mode == 0)
{
//Computer Pins
//UART 2 Config…
Part Number: TM4C129LNCZAD Table 31.8 on page 2067 of the microcontroller data sheet requires the LDO capacitor to have a specific ESR and LSR. At what frequency is the capacitor to have these values?
Part Number: TM4C129LNCZAD Other Parts Discussed in Thread: TM4C129XNCZAD hi,
I'm struggling to find samples of TM4C129LNCZAD.
is the part going to EOL? the web page indicates TM4C129XNCZAD as alternative...
what are the differences between the…
I'm glad you found a workaround.
The question at the start of this thread is about why changing the name of directory caused the .out file to change. Where do things stand on that question?
Regarding the problem with objdiff ... Based on what I see…
Part Number: TM4C129LNCZAD Tool/software: Code Composer Studio Hi,
I'm using a Mac with Catalina andI can't install the old compilers 16.9.x to my code composer studio (v9, I can't install the older ones) which would be required for the TI-RTOS. The…
Part Number: TM4C129LNCZAD Tool/software: Code Composer Studio Hello,
I have a customer using Tiva and TI-RTOS TivaC 2.16.01.14 with TI ARM compiler 5.2.9. They want to be able to use newer version tools such as CCS 18.1.1.LTS. Do we have any suggestions…
Part Number: TM4C129LNCZAD Hello Team,
I'm writing on behalf of a customer we're supporting at CSC. He needs help with his inquiry below:
I am trying to utilize a dev tool from MikroElektronica Mikromedia 5 for Tiva. It uses a TM4C129LNCZAD chip and…
Other Parts Discussed in Thread: TM4C129LNCZAD , DLPC3430 I am writing firmware for TM4C129LNCZAD I want to know how DLPC will receive data/instructions from micro controller (some initialization sequence). what are the steps that need to be followed…