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.

RTOS/TMDXICE110: LED control problem

Part Number: TMDXICE110
Other Parts Discussed in Thread: AMIC110

Tool/software: TI-RTOS

I have created a program to emulate the "led_TEST" from the board diagnostics application.

I started by copying all the source files from the "GPIO_LedBlink_iceAMIC110_armTestProject" example and modifying the main and the "GPIO_iceAMIC110_board.c" files.

The LED diagnostics app works, the one I created compiles successfully but when loaded it fails to light one LED, specifically the one labeled on the board with D4 (All the others work).

This is how I tried to light the LED:

By looking at the TMDXICE110 schematic, I noticed that from AMIC110 pin 'V2' a line called 'AM_PHY1_LED1' starts so I looked into the datasheet (of the AMIC110) and have seen that this pin could be configures as 'gpio0_8'. Therefore I set a 'GPIO_PinConfig' to use this (gpio0_8) as output and then use a 'GPIO_write' function to change the state of the pin.

What am I doing wrong or am I missing?

I hope to have provided sufficient information.

Thank you for the help.