Hello, I try to use SSI1 on my microcontroler but when I simulate the code I have this error when I want to write to a SSI1 register:*** error 65: access violation at 0x40009004 : no 'write' permission. (for information my code was just "SSI1_CR1_R = 0x00;"). But i can do the same think with SSI0 without any error.(when i simulate the code "SSI0_CR1_R = 0x00;" there is no error). I cannot write in any adresse range of SSI1 but I don't knwo why. Can you help me? Thanks.
Ludo