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.

LAUNCHXL-F280049C: can't use gpio when the output format is set to eabi

Part Number: LAUNCHXL-F280049C
Other Parts Discussed in Thread: C2000WARE

Hi team,

Here's an issue from the customer may need your help:

When using LAUNCHXL-F280049C eva. board, the customer has tried to running the led_ex1_blinky demo code in flash and in eabi style .so I changed f28004x_usdelay.asm and rebuild it.

When tried to running program, it's found that the LED didn't work. The GPIO always high.

The LED works well when using coff format. They mainly modify the following output format:

And open the idiv0 here:

And modify the f28004x_usdelay.asm as follows:

The customer would like to know what's the reason for that. Could you help check this case?

Thanks and Best Regards,

Cherry

  • Hi Cherry,

    Which version of C2000ware SDK the customer is using? 

    I will suggest the customer to install latest C2000Ware SDK (4.00.00.00).

    Import the blinky_LED example from DriverLib example (C:/ti/c2000/C2000Ware_4_00_00_00/driverlib/f28004x/examples/led) and then select CPU1_LAUNCHXL_FLASH build configuration. It will be in EBI format and it should work out of the box.