Part Number: TM4C123GH6PM Going forward, please indicated, which IDE will support Tivaware and development using TM4C123GXL Launchpad?
Thanks and Best Regards,
Sudhir Gupta
Part Number: TM4C123GH6PM
Tool/software:
Hello,
I am generating a interrupt each 64 seconds via:
void init_timer2_rtc_trim(void) {
MAP_SysCtlPeripheralEnable(SYSCTL_PERIPH_WTIMER2);
MAP_TimerConfigure(WTIMER2_BASE, TIMER_CFG_A_PERIODIC);…
Part Number: EK-TM4C1294XL Other Parts Discussed in Thread: TM4C123GH6PM , UNIFLASH Hello TM4C Champ !
I am currently working with the EK-TM4C1294XL evaluation board, which includes the TM4C123GH6PM microcontroller functioning as the USB debug interface…
Part Number: TM4C123GH6PM
Tool/software:
Hi Community Members,
We would like to read the 0x00 register of the KSZ8795CLX ethernet switch using tm4c123gh6pm with SPI.
We expect to get the value of 0x87 from 0x00 register of the KSZ8795CLX.
…
Part Number: TM4C123GH6PM Hello,
I am using PWM module 0, Generator 0, to generate 2 pwm signals but from the same generator. And I am triggering ADC on the middle of the PWM high with:
MAP_PWMGenIntTrigEnable(PWM0_BASE, PWM_GEN_0, PWM_TR_CNT_LOAD…
Part Number: TM4C123GH6PM Tool/software: Hello again,
I'm using a TI uC as a USB CDC device. Right now, it will show up in Windows Devices and Printers as "USB Serial Device (COMxx)". I would like to change this to something more descriptive.
When…
Part Number: TM4C123GH6PM Tool/software: Hello,
I am reading my RTC seconds and subseconds as follows:
// process rtc
if(!rtc_semaphore) { // check if rtc is being accessed
rtc_semaphore = true; // set rtc semaphore true
g_rtc_mark = HWREG(HIB_RTCC…
Part Number: TM4C123GH6PM
Tool/software:
Hi!!
I am trying to implement bootloader for TM4C123GH6PM at first i tried to make changes in the example project given in Tiva series (demo_serial example project) from UART0 to UART1 in bl_config.h file…
Part Number: TM4C123GH6PM Tool/software: I am trying to solve communication between spi master(RPI) and TM4C123GH6PM(slave). Master sends 4 bytes in total and i am able to check it via logic analyzer. The slave always gets just the first byte and then…
Part Number: TM4C123GH6PM Tool/software: I seem to have some sort of problem writing a one to Bit 0 of my Data Register and I can't find the fault. 9 gets changed to 8 and 3 gets changed to 2. When I correct it to an even number it shows up fine in my…