Hi experts,
With reference to the two topics :
May I ask from which SDK version or compiler version and above the read/write operations of registers on the R5F and PRU can effectively reduce access time? Additionally, what are the actual reduction figures?
We are currently using the following method for register read/write operations. Is this method also effective?
| Reg. Operate | R5F | PRU( C code ) |
| Read | HW_RD_REG16( ) | HW_RD_REG16( ) |
| Write | HW_WR_REG16( ) | HW_WR_REG16( ) |
Best Regards
Bolt


