Tool/software: TI-RTOS
Hi,
is there any basic example which has a basic communication between ARM and PRU processor? What should I read to start developing my app which use both processors?
Regards
Rafal
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI-RTOS
Hi,
is there any basic example which has a basic communication between ARM and PRU processor? What should I read to start developing my app which use both processors?
Regards
Rafal
Hi rafal,
This thread should contain the info you wanted -
In short, you can use the PRUSS driver ( ) to load your PRUSS firmware and communicate with ARM. You can use JTAG to load your PRU project for debugging, but the end product should have PRU firmware loaded by its driver from ARM, and the ARM image can be booted with bootloader. There are several interfaces (SD card, flash..., see
) that can be used to boot the ARM image.
Regards, Garrett
Thank you very much for your help! This is what I was looking for. In your PRU SORTE example you have shown how to load it, but the way shown in the second link looks rly nice and I will use it. Thank you very much!