HoangHung
Newbie

Hi, I have been trying to send a message through I2C using the CMSIS driver for quite a while but no success thus far. The SDA and SCL lines go and stay low right after sending the start condition, and after some troubleshooting I managed to determine that this is caused by the peripheral interrupt not firing. The driver use the interrupt to know when to send the next byte.
If I use NVIC_SetPending to fire it then it does fire, so I know the issue is not with the handler or the vector table. The values in the I2C registers look to be correct, so I don't know why it is not working.
Is this a problem with proteus, or is it something on my end? Any respond would be appreciated.
If I use NVIC_SetPending to fire it then it does fire, so I know the issue is not with the handler or the vector table. The values in the I2C registers look to be correct, so I don't know why it is not working.
Is this a problem with proteus, or is it something on my end? Any respond would be appreciated.