During the i2c write or read operation , why the gpio write execution is stoped.
Hello Mates,
What you are viewing in the image is the cyan(bue colour) is i2c clk an yellow pulse is an gpio trigger mechanisim
.You can see that the low pulse is i2c clk that means an operation read or write , in that particular case the is no gpio triger is working why what is the reason.
→ the i2c is running in the polling mode
→ the gpio triger is in the timer interrupt in 20hz
→ what acutally done in the gpio is trigger in the 5hz enable the flag inside the 20hz timer trig.
→ using the mcu stm32h503rbt6

