Use hardware Timer4 (P8_7) as 10MHz output BBB

Hey… Can anyone out there provide some info on setting up and starting timer 4?

I’d like to run it at 10MHz to use it as a clock for a LED driver IC

I’ve been googling for a while and haven’t been able to find much.

I don't know what driver IC you're using, but I used PRU as the clock
signal generator for TLC5946. Here you will find my implementation of
the driver for the chip: https://github.com/piranha32/IOoo/
You should be able to easily adapt the code for other chips from the family.

Regards,
Jacek.