Hello Somashekar,
I would ask you to refer the example code in TIVWare for LM4F232 devices.
C:\ti\TivaWare_C_Series-2.1.0.12573\examples\boards\ek-lm4f232\uart_echo
You would want to look at the API ROM_SysCtlClockSet to initialize the System Clock…
Other Parts Discussed in Thread: TM4C123BE6PM , EK-TM4C123GXL , LMFLASHPROGRAMMER , ENERGIA Hello everyone,
We would like to develop a system based on the TM4C123BE6PM. I would like to know:
1. Whether it is possible to program the flash when…
That is the best one to use.
A little background... when TI-RTOS 1.10 came out, we were moving to the Tiva boards. The EKS-LM4F232 and DK_TM4C123G boards are essentially the same. We left name as EKS-LM4F232 in 1.10 because the DK_TM4C123G was not available…
Hi Glen,
Thanks.
I have actually ported much of the MSP430 to the EK-LM4F232 dev kit in an early attempt, but again, that is not using the TI RTOS.
I will keep that in mind as an option though, but I am looking forward to the RTOS example from…
Hi Simon,
simon taylor1 said: Also even tho the project build selected is EK-LM4F23 - the device type is not a TM4C123x but an LM3S9D96, with the Rom and Ram sizes bigger than contained in a TM4C123x
This is a bit confusing. Can you elaborate. How…
Other Parts Discussed in Thread: TM4C123GH6PM hi
i am currently working on tiva series mcu TM4C123GH6PM.everything was going well,but suddenly some errors showing like as
Description Resource Path Location Type gmake: *** No rule to make target `D…
To begin with, I would refer you to the example program, usb_host_mouse.c (found in examples/boards/ek-lm4f232/usb_host_mouse). In this example, a function MouseCallback() is used as the callback function, and may be used as a reference for what the callback…
Part Number: TM4C129ENCPDT Other Parts Discussed in Thread: TPS2051B , EK-TM4C129EXL
Hello, I have a firmware developed for my product, now I need to add a firmware update functionality.
USB Stick update example from the EK-LM4F232 firmware package…
Hi Paul,
Earlier i was using the older set of codes stating "revision 8555"
Today i downloaded the latest code set with "This is part of revision 1.1 of the EK-LM4F232 Firmware Package",
but for me the outcome was same. Still no disconnect event…