STM32 I2C Lecture 55: I2C slave programming discussion
I2C slave programming discussion In this article, let’s understand how to program for I2C slave. Now let’s change the mode (Figure 1). For example, consider the Arduino…
I2C slave programming discussion In this article, let’s understand how to program for I2C slave. Now let’s change the mode (Figure 1). For example, consider the Arduino…
Exercise: Testing I2C interrupt APIs part 2 Now let’s check whether the ACK failure in the code (Figure 1) is called or not. Steps to check…
Exercise : Testing I2C interrupt APIs part 1 Now let’s test the interrupt related code and APIs using an application. Consider the same exercise i2c_master_rx_testing (Figure 1)…
I2C error IRQ handler implementation In this article, let’s learn about the implementation of I2C_ER_IRQHandling. Exercise: 1. Download the file (Figure 1) attached to the…
I2C IRQ handler implementation Part 8 Implementation of CloseReceiveData and CloseSendData (Figure 1): 1.Whenever you send or receive the data in interrupt mode, and if you…
I2C IRQ handler implementation Part 7 In this article, let’s learn about the creation of some I2C application events. In the I2C event IRQ handling, we have…