[beagleboard] Re: P8_9 and P8_10 from the PRU?

2016-12-28 Thread TJF
Am Mittwoch, 28. Dezember 2016 20:54:37 UTC+1 schrieb Jay Doobie: > > The libpruss code you posted seemed to use basic as a compiler. Maybe I > missed something on the link. > I'm refering to libpruio. It contains an API part, written in FreeBASIC. And there is a PRU part. I'm talking about

[beagleboard] Re: P8_9 and P8_10 from the PRU?

2016-12-28 Thread Jay Doobie
The libpruss code you posted seemed to use basic as a compiler. Maybe I missed something on the link. On Sunday, December 25, 2016 at 2:34:15 PM UTC-5, TJF wrote: > > > > Am Sonntag, 25. Dezember 2016 02:34:57 UTC+1 schrieb Jay Doobie: >> >> Thanks, is there a way to do it in ASM rather than

[beagleboard] Re: P8_9 and P8_10 from the PRU?

2016-12-25 Thread TJF
Am Sonntag, 25. Dezember 2016 02:34:57 UTC+1 schrieb Jay Doobie: > > 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. > What do you mean? All the PRU code is in ASM (pasm style). Regards -- For more

[beagleboard] Re: P8_9 and P8_10 from the PRU?

2016-12-24 Thread Jay Doobie
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. On Saturday, December 24, 2016 at 10:04:05 AM UTC-5, TJF wrote: > > Hi Jay! > > Am Freitag, 23. Dezember 2016 04:25:12 UTC+1 schrieb Jay Doobie: >> >> Is there an

[beagleboard] Re: P8_9 and P8_10 from the PRU?

2016-12-24 Thread TJF
Hi Jay! Am Freitag, 23. Dezember 2016 04:25:12 UTC+1 schrieb Jay Doobie: > > 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])? > Find example code in