Hi Sunil,
I know this is an old thread ... but I tried to manually create an ADC1 parity error without much success ... can you point out what I did wrong?
- Enable ADC1 parity checking in software code, once the code is running under the debugger, I break out to have access to ADC1 registers
- Set RAM_TEST_EN=1
- Open MEMORY windows and go to address 0xFF3E0000 (ADC conversion data) or 0xFF3E1000 (ADC RAM parity)
- Try to change bits starting at the address but can't get them changed (reversed back to the original value all the time)
- Continue the software execution but no error was declared
Any idea?
Thanks.