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.

how to use pin N19 of TMS570LS3137 as GIO

Other Parts Discussed in Thread: TMS570LS3137, HALCOGEN

I connect pin N19 of TMS570LS3137 to an LED, because I see on datasheet this pin can be used an GIO. I want to use this pin to control the LED .

How can I define this pin as GIO in HALCOGEN ?

Hope to get answer soon ,thanks!

 

  • Jiaming,

    N19 on TMS570LS3137 is the ADC1EVT pin.

    Because of the register definition for this pin that is not compatible with other modules (GIO, NHET, SPI...) the Halcogen GIO driver cannot be used.

    You will have to write your own code to access this pin as GIO.

    Sorry for the inconvenience.