Hi everybody,
I have to send data between two BeagleBone Black (BBB). PRU is one of the fastest way so I'm using it. But I have to save what I sent (using a log file for example) and what I received. For now, I send a HIGH/LOW signal on one BBB and read it and copy (the input) to a PRU output on another BBB.
I saw lots of code which shown how to create, write to a file, etc but it's in assembly and I think that the assembly for BBB is a bit special (it's PRU assembly langage).
Do you think it's possible to create a file in PRU assembly ? If not, have you any idea about how save data?
Thanks.