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.

PROCESSOR-SDK-J721S2: Board_pinmuxUpdate() code issue

Part Number: PROCESSOR-SDK-J721S2

Hi Team,

1) The code for the line353 354 does not make sense.

2) Board_pinmuxWriteReg(domain,(baseAddr + pInstanceData[k].pinOffset),(pInstanceData[k].pinSettings)) will overwrite the original values in the registers, considering the rdRegVal mentioned in #1, is it more reasonable to write (pInstanceData[k].pinSettings) | rdRegVal?

Could you help check this case? Thanks.

Best Regards,

Cherry