Hi Prashanth,
LMFlashProgrammer in the manual configuration mode has UART as an option. For more details you have to go through the ROM Bootloader User Guide on the TIVA Documentation Site
Regards
Amit
Hello Dhanush,
You can use CCS to compile and program. If you have a bin file ready then you can use the LMFlashProgrammer.
What is the IDE that you are using: CCS, Kiel, IAR, etc?
Regards
Amit
Hello Francisco,
I think you have locked up the device. Can you run a JTAG Unlock Sequence using the LMFlashProgrammer?
Also in the code above
GPIO_PORTC_PCTL_R &= ~0x00000055; // configure PC5-4 as PWM7 and PWM6
GPIO_PORTC_PCTL_R |= 0x00440000;…
Hello Max,
I thought so with the original post. This is not possible on TM4C123 (TM4C129 has the UNIQUEID register which is per device). So for the moment it can be done by CCS. As Dexter mentioned earlier, through the LMFlashProgrammer at most the…
Part Number: EK-TM4C123GXL Hello,
I am interested in build a custom board using the TM4C123GXL microcontroller.
I want know, is it possible use the FT232H IC to program the microcontroller by LM FLASH Programmer if the interface between the microcontroller…
Hello Curtis,
The original code post you have sent has FlashProgram which will write to the Flash. The address parameter is not initialized.
If you do a erase of the entire flash using LMFlashProgrammer, power cycle the board and then run the CCS…
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 or use a dock for Windows8 Laptops.
Also please do check if you have the latest LMFlashProgrammer…
Hello Tu,
In the code did you try to configure the GPIO Port-C Pads for GPIO Mode, or set the system clock to less than 10 times the JTAG frequency, or set the system clock out of bounds?
You will have to do a JTAG Toggle Mass Erase using the LMFlashProgrammer…
Hello Glenn
XDS200 may not work with LMFlashProgrammer. If you open the LMFlashProgrammer application then on the Configuration Tab, the Interface section lists what interfaces can be used.
May I ask why at the factory flashing of TIVA-C cannot be…