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