Amit Ashara posted RE: TIVA Launchpad Debug Error! in Tiva™ C Series ARM® Microcontrollers Forum.
Hello Keerthi,
I have seen one instance where Windows8 Machines do not allow the USB port to work well. Can you try switching to a Windows7 PC/Laptop…
Hello Khary,
You can use the bin file (below mentioned path in TivaWare release) via the LMFlashProgrammer.
C:\ti\TivaWare_C_Series-2.1.0.12573\examples\boards\ek-tm4c123gxl\qs-rgb\ccs\
Regards
Amit
Other Parts Discussed in Thread: UNIFLASH , LMFLASHPROGRAMMER I'm having a hard time downloading LM Flash and Uniflash. It seems the server is down or I have a bad URL. I have tried several times over the past 48 hrs. Here are the links that I was using…
Hi Robert, try here for LMFlash:
http://www.ti.com/tool/lmflashprogrammer
And here for TIVAWARE:
http://www.ti.com/tool/SW-TM4C?keyMatch=tivaware&tisearch=Search-EN
I am not sure this is what you wanted, LMFlash is an utility and TIVAWARE contain…
Hello PAk,
XDS560v2 as far as I know does not support SWD (Serial Wire Debug) Interface. Without the support for SWD it would not be possible for the LMFlashProgrammer or the UNIFLASH to unlock the device.
Regards
Amit
Hi,
My understanding from your description is that you still have the project0 code on the board? Is that correct?
Is the project0 code that you first programmed the stock example from TivaWare or is it your own code?
If it is your own code, how…
Other Parts Discussed in Thread: LMFLASHPROGRAMMER Hello. I'm playing with the PWM mode at the TIVA Launchpad, to light a LED with a PWM pulse. I'm using this program:
#include <stdint.h>
#include <stdbool.h>
#include "inc/hw_types.h"
#include "inc…
Hi Rebecca,
I replaced BLIZZARD with TM4C123 in my current Tivaware 2.0.1 and obviously it did not compile. So I upgraded to 2.1.0 but I still had to use BLIZZARD in order to get it compiled. It is strange as I did see new TM4C123 definition in rom…
Hi Sai,
Now that is the information that was required. For some reason your test code is causing the device to lock up. Usual suspects will be
1. The test may have configured the JTAG Pins to GPIO or some other functions and since it is Flashed, every…
Hello Lung tat ng,
You would need to unlock the device using LMFlashprogrammer or UNIFLASH application with the Stellaris ICDI and then try again.
If the same issue still comes, can you zip the project and send it across. I am using CCS version 5…