Part Number: PRU-SWPKG Tool/software: Hi TI engineer,
is there any example about pruss-iep0 timer of am62x?
just keep checking the IEP0/timer time out status flag.
thanks,
James
PS, in AM335x the timer works fine, and I want to port it to the…
Part Number: PRU-SWPKG Other Parts Discussed in Thread: BEAGLEBOARD-X15 Hi
In Windows 10 Pro, I'm trying to run the example program for PRU core in Beagleboard-x15. I used the ready image " tisdk-base-image-am57xx-evm.tar.xz " from TI linux SDK " ti…
Part Number: PRU-SWPKG Hi Team, May I ask for help? Please see details below from customer: I have been developing for an am57xx board, and for that been using the TI PRU Software Support Package, distributed by TI here: git.ti.com/.../pru-software-support…
Part Number: PRU-SWPKG Other Parts Discussed in Thread: TIDEP0073 Tool/software: Linux Hi
I am trying to send a PWM signal using PRU on my BeagleBone Black through a GPIO.
Currently I have rpmsg-pru and pruss driver working correctly and I can play…
Part Number: PRU-SWPKG Other Parts Discussed in Thread: AM5728 Tool/software: TI C/C++ Compiler I was wondering if it is possible to support the application interface into working with the PRU's from G++. I have integrated the PRU libraries into my G…
Hi,
The PRU-SWPKG has been obsoleted. This functionality is now integrated into TI Processor SDK. See processors.wiki.ti.com/.../PRU-ICSS_Getting_Started_Guide Communication between ARM and PRU is based on the Remoteproc/RPMsg framework, see processors…
Part Number: PRU-SWPKG Other Parts Discussed in Thread: PRU-CGT
Tool/software: Linux
I am following the " PRU-Training: Hands-On Labs " guide to try to program the PRU in the Beaglebone Black.
I am trying the "LAB 1", and until the step 7 everything…
Part Number: PRU-SWPKG
Hi All,
Trying to run the PRU Hardware UART example from the ti sdk on BeagleBone Black, I was wondering whether any pinmuxing is required or the PRU has direct access to the UART. If so, which pins on the BBB will be used by…
Part Number: PRU-SWPKG Other Parts Discussed in Thread: AM4378 Hi,
I am trying to look at ways to share / transfer data between ARM and PRU (Or in between PRUs). I have looked at a few examples and it looks like I have to use a DRAM that is shared by…
Part Number: PRU-SWPKG
Tool/software: Linux
I am trying to send a pulse of width 100 clock cycles using PRU on my BeagleBone Black through P8_11. In my main.c file I have added a callback for pin P8_10 for a rising edge.
If I disable the outer loop…