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.
Tool/software: Code Composer Studio
Hello,
I'm working in verification project, the code I'm verifying has to run a function if a VIM Vector Table Parity Error occur. Right now I'm using the CCS to create an Interrupt Vector Table Parity. First, I change the value of the PARCTL to disable the VIM parity, then I change the values of the VIM Interrupt table starting in the direction 0xFFF82000 and last I change the PARCTL to enable the VIM parity. The issue is that is only working for the first direction if I change the value of any of the other direction the microcontroller is not detecting the parity error.
I would like to know if it a problem because of the CCS or the microcontroller, or maybe the code.
Thanks.
Hi Chuck,
Yes, the error is cleared completely. Working in the last hours I found out other memory address that triggers the error. So I was wondering if parity is only checked when the interrupt is hit?