Part Number: TM4C129XNCZAD Tool/software: Hi, I am trying to use the TM4C129XNCZAD for a new project with 20 Years life cycle product. My question is, How long is this part will be in production. Thank you for your answer.
Part Number: TM4C129XNCZAD Other Parts Discussed in Thread: EK-TM4C1294XL Tool/software: A device I am interfacing with is expecting this format. Is there an easy way to get seconds since 1970?
Thanks
Part Number: TM4C129XNCZAD Tool/software: I'm sorry that I'm such a beginner, and thanks for your patience. As mentioned in other posts, I'm taking over code from someone else.
I was looking at the TivaWare Peripheral Driver Library, User's…
Part Number: TM4C129XNCZAD Tool/software: In our instrument we are using the same display that is on the TM4C129X development board and using the display interface functions used in the demo code. As the code is updating the changing quantities, the numbers…
Mark Sheats said: What I mean is that in the current configuration we are using the TM4C129X board as a programming device. I have never actually debugged with it, but maybe the previous programmer did. When I click Flash in the tool bar, it does not program…
Part Number: TM4C129XNCZAD Tool/software: As I have mentioned in other posts, I have taken over a project from another programmer and I'm working on figuring everything out. It was a big deal in the beginning to get the program to build properly…
Part Number: TM4C129XNCZAD Tool/software: Good morning,
I'm looking for an MCU to use on one of my company's next products. I, admittedly, sometimes struggle to navigate the Texas Instrument's product catalogue filters. We're specifically looking for…
ray yang said: 1) We're going to try to change the mailbox to a queue.
Hi Ray,
Thank you for trying the experiment.
ray yang said: 2) I'm not questioning the mailbox, I'm just curious why the MCU hangs in the same program block every time. …
Part Number: TM4C129XNCZAD Tool/software: In the uart_echo demo,
while(ui32Count--) { // // Write the next character to the UART. // MAP_UARTCharPutNonBlocking(UART0_BASE, *pui8Buffer++); }
What is the significance of MAP_ at the beginning of a function…
Part Number: TM4C129XNCZAD
Hello,
Currently I a close to finishing a device we have been working on for quite awhile. I just cant get past this final problem, the problem being whenever we change screens it takes a noticeably long time for the screen…