Posted on August 29, 2013 at 15:54
Hi all,
I have some problems with I2C3 interrupts, I have enabled the interrupt but the handler interrupt never executes.
Here is the interrupt configuration:
NVIC_InitTypeDef NVIC_InitStru...
Posted on August 05, 2013 at 12:10
Hello,
I am trying to connect two boards using I2C. I have already configured one as master but whenever I send the start condition the I2C bus is busy. Maybe I am wrong in the initialization of the GPIO...
Posted on July 30, 2013 at 10:15Hello, I am new to STM32F4 and I have been digging into documentation for the lasts two weeks.My application uses a 320x240 LCD display and is managed through the FSMC bus. If I have understood correctly the FSMC mana...
Posted on August 06, 2013 at 11:01
I have decided to implement the communication with interrupts. Master uses I2C2 and Slave I2C3. Here is the code, but it doesn't work either.
Common code:
void I2CInit(void)
{
GPIO_InitTypeDef...