I'm using the CLB_O_GP_REG registers as input to TILE1, I'm trying to set these registers via CPU2, is it possible to use CPU2's access to these registers?
Function:
CLB_setGPREG(CLB1_BASE, 1);
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm using the CLB_O_GP_REG registers as input to TILE1, I'm trying to set these registers via CPU2, is it possible to use CPU2's access to these registers?
Function:
CLB_setGPREG(CLB1_BASE, 1);
Hi Jose,
Yes, you can set the GPREG of the CLB with CPU2. Make sure that CPU2 has access to the CLB peripheral using SysCtl_setPeripheralAccessControl() command prior to working with the CLB.
Regards,
Peter