On 8/14/2018 6:29 AM, Hugh Frater wrote: > Does anyone know the header file I need to include to get access to the > i2c2 control registers from within the PRU subsystem? Having a hard time > getting any info and my google-foo is usually pretty decent...
AFAIK, there are no "standard" headers for accessing physical hardware like the i2c buses from the PRU. Even the Linux kernel generally mixes this sort of thing between header files (for the bit definitions and "structure" of the control registers) and the device tree (for base addresses, IRQ values, etc). Probably the closest you'll find is something from the TI bare-metal code: http://processors.wiki.ti.com/index.php/StarterWare -- Charles Steinkuehler [email protected] -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/c5010875-a291-db45-fd6f-a9c9edf13751%40steinkuehler.net. For more options, visit https://groups.google.com/d/optout.
