This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi,
I'm attempting to program the F2800137 and F280049 development boards using an LED example. I've connected the development kit to my computer via USB and selected XDS110. The code is building successfully, but when I try to debug and program the boards, I receive the following error message. This issue is occurring with both development boards, so I must be missing something.
Can you please let me know what can be the problem and how can I solve it.
Thanks,
Saeid
Hi,
The snapshot you have attached is not an error. Could you please help attach the snippet of the error you mention?
Thanks & Regards
Pramod
For a long time, it has been displaying this message without any programming, and nothing is happening.
Actually there is no error and when I discount the board from computer it shows the error.
Can you please let me know what can be the problem and how can I solve it.
Hi Saeid,
I do not see any error message you are referring to. The output you have screenshotted means you have been able to successfully load a RAM file.
Best,
Ryan Ma
Hi Ryan,
Thank you for your prompt reply. I am not receiving any errors, but after programming, the LED does not blink. However, I was able to program it using Matlab and the LED is blinking. I chose the correct pin based on the Launchpad document. What could be the problem here? Additionally, I loaded the PWM example, but I do not see a PWM signal in the output as well. It seems successful I can load the RAM file but it does not work!
Hi Saeid,
Can you screenshot me the exact procedures you're following to load the program without MatLab?
Is there a syscfg file attached to the project? If so, can you verify that the correct GPIOs are being used for the LEDs?
Best,
Ryan Ma
Hi Ryna,
I am using LAUNCHXL-F280049C, I want to load following example.
C:\ti\C2000Ware_5_02_00_00\device_support\f28004x\examples\led.
As I checked based on the Lunchpad document GPIO 23 and 34 are for LEDS. so i the program I changed GPIO to both 34 and 23.
Then I build and debug it!
and nothing happens.
I couldn't see syscfg file.
Please let me know if you need more information to answer to solve this problem.
Thanks
Hi Saeid,
I am able to run this same exact code, and I see the LED blinking on my launchpad.
Can you set a breakpoint at the line? Does the LED turn on? Does it reach here?
//
// Turn on LED
//
GPIO_WritePin(DEVICE_GPIO_PIN_LED1, 0);
Best,
Ryan Ma