Part Number: TM4C1231E6PM I am trying to find a description of these directories:
tivaware_c_series_2_1_4_178
TivaWare_C_Series-2.2.0.295
I have been working with 123's and know that 295 was recommended for them. However I am now working on a new project…
Part Number: TM4C1231E6PM Other Parts Discussed in Thread: EK-TM4C123GXL Greeting,
I am about to start a project using a TMC4 MCU and I am new to it, TivaWare, and all the good tools, libs, etc that will be available. I think my biggest problem is not knowing…
Part Number: TM4C1231E6PM I was trying to access
Getting Started with TivaWare for C Series www.ti.com/.../SPMU373
But I get permission errors. So I thought I would log out and login again. Then I was told I did not have permission to log out: You don…
Part Number: TM4C1231E6PM
First of all there is a forest of information here and I am grateful. However, I am one who sometimes cannot see the trees for the forest. The particular tree (digital tree these days) I am looking for is a plain old TM4C programmer…
Part Number: TM4C1231E6PM It is going to be a while before my company board and my TI eval boards arrive. So in the meantime is there an emulator mode in CCS so I can get started while waiting?
Thanks,
J
Part Number: TM4C1231E6PM Hi, Good day. Our customer would like to know the difference between TM4C1231E6PMI7R and TM4C1231E6PMIR. Can you please let us know if there's any functional difference between these OPN? Thank you. Regards, Cedrick
Part Number: TM4C1231E6PM Other Parts Discussed in Thread: EK-TM4C123GXL Dear Sirs
I'm using the UART5 to communicate with a ESP8266 module.
This is the configuration
ROM_SysCtlClockSet(SYSCTL_SYSDIV_4 | SYSCTL_USE_PLL | SYSCTL_OSC_INT);
ROM_SysCtlPeripheralEnable…
Part Number: TM4C1231E6PM Hi,
Could you please confirm that PF0 pin will be in NMI mode after reset(POR)?
The datasheet "5.1 Signal Description" mentions that two NMI pins will be in GPIO mode after reset. "The NMI signal is the alternate function…
Part Number: TM4C1231E6PM Tool/software: Code Composer Studio We are developping a firmware with a bootloader (the firmware is loaded through UART1 peripheral).
Up to now we are creating two projects: one for only debug purpose and one to be loaded through…
Part Number: TM4C1231E6PM Dear Sirs
The PB6 of TM4C1231E6PM is configured as output. The pin is driving mosfet BSS138 that tuns on/off a relay.
ROM_SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOB);
ROM_GPIOPinTypeGPIOOutput(GPIO_PORTB_BASE,GPIO_PIN_6 );
The…