Part Number: TM4C1230C3PM Other Parts Discussed in Thread: UNIFLASH Hi,
I have a question about chis MCU.
I know that this type of CPU has Eeprom. In my code I'm using functions EEPROMProgram and EEPROMRead to deal with it.
Now, we need to re…
Part Number: TM4C1230C3PM Other Parts Discussed in Thread: TM4C1230H6PM , Hi
We are using a the above part and facing issue while burning hex file to it. it shows "Target not connected". We are programming it through Tiva C Series Launchpad. It works…
Part Number: TM4C1230C3PM Other Parts Discussed in Thread: EK-TM4C123GXL Hi Team,
We would like to ask your help regarding our customer's inquiry below.
I am using the TM4C123 series controller.
I need ADC sample code
int main(void…
Part Number: TM4C1230C3PM Hi, Good day. Our customer has the inquiry below about the TM4C1230C3PM.
My project use Micrcocontroler TM4C1230C3 and XTAL 8MHz, with PLL.
1) I configure SysCtlClockSet(SYSCTL_SYSDIV_1 | SYSCTL_USE_PLL | SYSCTL_XTAL_8MHZ…
Part Number: TM4C1230C3PM Other Parts Discussed in Thread: SYSCONFIG Hi,
Good Day. I have a customer who is working with TM4C1230C3PM. Please see below his query for your reference. Thank you very much.
First Question I am working with TM4C1230C3PM…
Part Number: TM4C1230C3PM Hello,
Given the part number TMC1230C3PM I am not able to unlock the PF0 pin in order to configure it as CAN.
SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOF);
while (!SysCtlPeripheralReady(SYSCTL_PERIPH_GPIOF));
HWREG…
Part Number: TM4C1230C3PM Hi Team,
If SW gets compiled for one version of the TM4C1230x, is it possible to flash the same software in another version of the TM4C1230x without recompiling it, given that the memory capacity does not get exceeded for both…
Part Number: DK-TM4C129X Other Parts Discussed in Thread: TM4C1230C3PM , TM4C129ENCPDT , TM4C129XNCZAD Hello
After installed TivaWare_C_Series-2.2.0.295 for DK-TM4C129x eval board, I loaded dk-tm4c129x.eww in IAR 6.21. Following messages pop up. Sound…
Part Number: TM4C1230C3PM Other Parts Discussed in Thread: TM4C123AE6PM Hi champs,
customer need approx. 13bit PWM resolution (~10000steps) @ ~25KHz frequency .
How can we achieve this with a TM4C123x device ?
Part Number: TM4C1230C3PM Hello guys ,
I am looking to be able to update a Tiva TM4C1230C3PM with a new bin file. To do this I am trying to find a host tool that I can call from a bash script that will then send a .bin file over to a tiva , via uart…