[beagleboard] Simple PRU examples

2014-08-29 Thread Jon E
Hi, I've just been through the learning curve of getting started with PRU development, and have pushed some simple examples to GitHub. Posting here in case they're of use to anyone else in the same position.. https://github.com/dresco/pru_examples Regards, Jon -- For more options, visit

Re: [beagleboard] Simple PRU examples

2014-08-29 Thread Jason Kridner
Thanks! The minimalism is nice. Have you tried any of the other tools like the PRU GCC compiler, Pruspeak or the web-based PRU debugger to see if they are helpful? On Fri, Aug 29, 2014 at 3:40 AM, Jon E jesco...@googlemail.com wrote: Hi, I've just been through the learning curve of getting

Re: [beagleboard] Simple PRU examples

2014-08-29 Thread Jason Kridner
oh, and the Arduino port attempted by the students of John Brown University: https://github.com/lucas-ti/PRdUino I haven't had a chance to try that one out. A quick look a the code makes it seem pretty incomplete. I don't see most of the Arduino functions. As an effort to quickly generate

Re: [beagleboard] Simple PRU examples

2014-08-29 Thread Jon Escombe
Hi, No not really, not yet at least. My immediate needs are pretty simple - just wanting to decouple any timing sensitive bits from my user space Linux code. Just frequency measurement, pwm etc.. I started off by downloading the TI PRU C compiler, but struggled a bit with the lack of