Part Number: PROCESSOR-SDK-AM437X
Tool/software: TI C/C++ Compiler
Hi
Currently I have some tests on PRU-ICSS core, I use the PRU to generate the PTO:
our PRU has 4 cores, and every core read the data from the shared RAM;
I use LBBO assamble instruction to read the data from SRAM, for one core operation, it just cost 2 cycle time. If running on the four cores at the same time, whether does it affect the performace due to bus arbitration?
in the other hand, if I use the LBCO with constant table to access SRAM, whether improve the efficiency?