Part Number: TM4C129CNCZAD Other Parts Discussed in Thread: SYSBIOS I am trying to use a capture control pin to measure the PWM of a input pin. I have read around and found that this is easiest using 2 pins, but sadly only have 1 on my current application…
Part Number: TM4C129CNCZAD Dear Sir,
We are migrating from stellaris LM3S9B96 to TM4c129XCNZAD.
The ROM.h also modified as there is missing definition below in the file
#if defined(TARGET_IS_BLIZZARD_RA1) || \ defined(TARGET_IS_BLIZZARD_RA3) || \ defined…
Dear Bob,
Thanks for reply,
We are getting the external interrupt now and its working fine.
Now i am facing the another problem. As i told you that we are migrating to TIVA from stellaris so the timer which is working in stellaris also facing issue.
…
Part Number: TM4C129CNCZAD
Dear Di,
When to use ROM_ suffix and MAP_ Suffix.
What is main diffrence and imapct on Code.
ROM_GPIOPinIntDisable(GPIO_PORTM_BASE, GPIO_PIN_6); //Disable the Individual Pin sensing intrrupt ROM_IntDisable(INT_GPIOM);
MAP_GPIOPinIntDisable…
Part Number: TM4C129CNCZAD Hello Team.
Mu customer has done a design based on our Tiva C, right now he wants to upgrade his HW but to stays in some code environment, he looking to expand his abilities in:
- Greater speed, currently limited to 120MHZ
-…
Part Number: TM4C129CNCZAD Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I'm running into an issue where on a particular build configuration I have with 5 tasks, I get the error mentioned in the subject. One of the tasks is pending…
Part Number: TM4C129CNCZAD Other Parts Discussed in Thread: CC2564 Hi,
We want to establish UART communication between TM4C129X and CC2564. We have done with all initial hardware configuration like nshutdown reset
and configured 32khz slow clock. For UART…
Part Number: TM4C129CNCZAD Other Parts Discussed in Thread: EK-TM4C1294XL Tool/software: TI-RTOS I've been scratching my head as to why a buffered USB write behaves oddly when I put USBBuffer in front of my USBCDC implementation until I started looking…
Part Number: TM4C129CNCZAD
Tool/software: TI C/C++ Compiler
18.12.2 does not produce this on our codebase, and as far as I know, we're not using any VLAs. In looking at the changelog, CODEGEN-6289 references a fix for variable-length arrays. Is it…