Is there an easy way to access to P8_9 and P8_10 from the PRU? I haven't found much code on how one can access the GPIO's, I assume the DTO needs to set the mode to 7 (GPIO[5] and GPIO[4])?
Header Pins:
...
P8_09, GPIO 2/05: input, pullup
P8_10, GPIO 2/04: input, pullup
...
...
GPIO-2 (DeAd: 00000000, ClAd: 00000000, ClVa: 00000000)
REVISION: 00000000
--> subsystem not handled (is down)
...
Thanks, is there a way to do it in ASM rather than basic? My entire code base so far is in ASM and I don't really want to recode it.
The libpruss code you posted seemed to use basic as a compiler. Maybe I missed something on the link.