I don't know of a way to debug the PRU.
I'd start with a very simple C program.
You can start with setting the interrupt telling the loader the program is 
halting.
Next, enable the OCP, then go into a tight loop toggling a pin.

    // Enable OCP master ports - this enables pinmux pins to R30 & R31 & host 
ram access (all the BBB GPIO ports & such) 
    CT_CFG.SYSCFG_bit.STANDBY_INIT = 0; 

That should let you know the PRU is loaded and running and it is able to access 
pins.

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to