Tool/software: Code Composer Studio
Hello,
I would like to blink the LED on TMDSIDK437x.
Are there any good example project?
I am looking GPIO_LedBlink_evmAM437x_armTestProject.
I modified GPIO_evmAM437x_board.c file as below.
#define GPIO_USER0_LED_PIN_NUM (0x17)
#define GPIO_USER0_LED_PORT_NUM (0x02)
#define GPIO_USER1_LED_PIN_NUM (0x18)
#define GPIO_USER1_LED_PORT_NUM (0x02)
After that, I run GPIO_LedBlink_evmAM437x_armTestProject with TMDSIDK437x.
But the demo gets stop with following error.
CortexA9: Unhandled ADP_Stopped exception 0x810226E0
Are there any additional point I should modify?
Regards,
U-SK