Hi,
I want to reset my clb when a HLC interrupt happens to start again from the beginning, how I can do this reset? If I do this that set global load register 0 and then enable again the CLB, is it right?
EALLOW;
HWREG(CLB1_BASE + CLB_LOGICCTL + CLB_O_LOAD_EN) = 0;
EDIS;
CLB_enableCLB(CLB1_BASE);
thanks.