OK, sure post it, it can always be closed if a solution is found.
Post the link of the issue in this thread so the status can be tracked easily,
thanks
UNO Q works well as Master with slave UNO R3; but, it does not respond as Slave to Master UNO R3. I have been struggling for an hour with the case!!! (I have level shifter between them.)
When the UNO Q is used as an I2C slave, it should be interrupted by incoming traffic from the master. To me, it seems that the MCU is not actually being interrupted. I tried enabling the global interrupt using __enable_irq(), but it did not help. Now, I would like to try enabling the local interrupt of the I2C peripheral, but I am not sure how to do it. I asked ChatGPT, and it suggested some HAL-type code, which, unfortunately, did not work.