Part Number: TM4C1290NCPDT Other Parts Discussed in Thread: EK-TM4C1294XL Tool/software: Hi team,
my customer using TM4C1290 in some IND EE project, now customer kick off the A&T testing tool for testing the TM4C1290.
After checking the SDK of M4, …
Part Number: TM4C1290NCPDT Tool/software: Hello,
I have read the ROM_VERSION out of the ROM table and found 769. How can I translate this to the #define value that rom.h uses?
Part Number: TM4C1290NCPDT Tool/software: I'm trying to use a timer as a pulse counter, code as follows:
SysCtlPeripheralEnable (SYSCTL_PERIPH_TIMER4);
GPIOPinTypeTimer (GPIO_PORTD_BASE, 0x80);
GPIOPinConfigure (GPIO_PD7_T4CCP1);
TimerDisable (WTIMER4_BASE…
Part Number: TM4C1290NCPDT Tool/software: I have a problem. After writing to the EEPROM using EEPROMProgramNonBlocking(), EEPROMStatusGet() returns 0x00000800. The user guide does not explain this value. The header file "eeprom.h" does not define this value…
Part Number: TM4C1290NCPDT Tool/software: Hello,
I am working on a time-sensitive application, and I am hoping to use the TivaWare libraries. I am wondering if the libraries in ROM are compiled to include the ASSERT functions. I am hoping to use a version…
Part Number: TM4C1290NCPDT Other Parts Discussed in Thread: TM4C1294NCPDT Tool/software: I am using mongoose ethernet stack bare metal for that we required
following files
#include <sys/stat.h> #include <sys/time.h> #include <sys/types.h>…
Part Number: TM4C1290NCPDT Other Parts Discussed in Thread: EK-TM4C1294XL Tool/software: I don't know what I did while editing but suddenly I start get a whole bunch of this error:
"C:/TI/tivaware_c_series_2_1_4_178/driverlib/timer.h", line 245: error…
Part Number: TM4C1290NCPDT Hi,
The Application Report contained the following information. https://www.ti.com/lit/an/spma056/spma056.pdf
Our design guideline is to use a via-capacitor-device pin wiring configuration for the purpose of eliminating high…
Part Number: TM4C1290NCPDT I'm trying to just generate a 1KHz 50% duty cycle signal stream, in the TM4C123 series I used a timer but can't do that with this chip (unless I had the timer generate an interrupt for each transition) but should be able to…
Part Number: TM4C1290NCPDT Tool/software: I'm trying to get two identical pulse streams out of PWM0, GEN0 and GEN2. I get the pulses out of GEN0 at PF0 but nothing out of GEN2 at PF2.
GPIOPinTypePWM (GPIO_PORTF_BASE, 0x01);
GPIOPinConfigure (GPIO_PF0_M0PWM0…