We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
Yes, the problem is that Luminary simulation for SSI is not extended for devices that have more than 1 SSI, in other words only SSI0 is simulated at the moment.