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.

TMS570LS1227: Using the ECLK in GIO mode without generating dabort.

Part Number: TMS570LS1227
Other Parts Discussed in Thread: HALCOGEN

Hi

I want to use ECLK as a GPIO.
HalCoGen is configured as follows:

I didn't find any documentation describing how to use it using HalCoGen API.

After a bit of searching, I found a comment in the reg_system.h indicates that systemPORT will control ECLK.
No comments about what pin to use, though.

My problem: The following code generated a data abort exception.

gioSetBit(systemPORT, 0, 0);

Where the exception occurs:

 

How do we use the ECLK ?

Regards,
Gabriel