PRU

Hi,

Hi, I am new to beaglebone black PRU can anybody help me to use PRU in c-language.

Thank you
Ashok

http://lmgtfy.com/?q=beaglebone+PRU+in+C

To try to get some better results the first time, I tried to summarize some PRU programming info at http://bbb.io/pru.

At the very bottom, you’ll see a link to a more recent demo I put together to show how to program the PRU in C. https://gist.github.com/jadonk/2ecf864e1b3f250bad82c0eae12b7b64

It is pretty simple. I started by blinking the on-board LED. To make it more fun, I reduced the delay every cycle so that the blinking speeds up.

This github is great for getting started with the PRUs. Cuts right to the chase and provides examples for all the required files.

Thanks Jason.