Part Number: PROCESSOR-SDK-AM335X
Tool/software: TI C/C++ Compiler
I am trying to use the PRU for an encoder for my research.
I am using a BeagleBlack Board, with Debian and RT_PREEMPT Patch.
My objective is to be able to send an integer from the PRU (calculated in the PRU) and send it to the ARM, to be able to use it in real-time. My background is mechanics so I have some problem understanding the process for that. Nevertheless, I have been trying to understand the example proposed by TI and on some git hub repository (https://github.com/ZeekHuge/BeagleScope). So far I am able to calculate the value on the PRU and send it to the arm, using the pru_rpmsg_send function, but when I cat the value, I obtain either a letter or an unknown caracter. I have tried multiple solution to avoid this but I can not figure this out.
Could you help solve this issue.