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.