Tool/software: TI-RTOS
Hi,
PRU-ICSS-HSR-PRP-DAN_01.00.02.00 - PRP example issue.
In main
extern PRUICSS_Config pruss_config[2 + 1];
before creating handler for pruss1 pruss_config array is used for "getting" configuration
PRUICSS_socGetInitCfg(&pruss_config);
Here pruss_config[0].object is set to himself and address to pruss0 object is broken.
PRP example work, but it faill in case if you using pruss0 for other stuff.