Hello,
I tried to set the LED on TMS570LS20216 USB development board (HET pin used as LED drivers).
#define HET_DIR (*(volatile UInt32 *)0xFFF7B84CUL)
#define HET_DOUT (*(volatile UInt32 *)0xFFF7B854UL)
#define HET_PDR (*(volatile UInt32 *)0xFFF7B860UL)
After i execute the code in the following attachment snapshot, i find that the "HET_DIN "is always remaining as 0x00000001.
So the pin(LED connected to HET0) never turns OFF. Can you please let me know how to get rid of the Issue.
Thanks in advance,
Renjith George