Part Number:PRU-ICSS-INDUSTRIAL-SW
Tool/software: Linux
Hello, I am trying to use the rpmsg_pru system to send data between user space and multiple transceivers I have created on the PRU. Is it possible to dedicate multiple rpmsg channels on the PRU subsystem so that I can have a seperate /dev/rpmsg_pru** entry for each transceiver. Currently while using PRU0 I am only able to use Port 30 when creating an rpmsg channel. Are the ports 30 and 31 solely dedicated to PRU0 and PRU1? If so how can I achieve multiple /dev entries using the rpmsg system? Thanks.