STM32F446 NACK on correct address
I am trying to comunicate a stm32F103C8T6 with an STM32F446 over I2C
First thing I try to do is send data as master from F103 and I get NACK by F446
Here is logic analyzer's screenshot:

And here is F446 configuration on CubeMX

I don't get why is it sending NACK when address is correct.
When trying to do the opposite (F446->F103) it sometimes throws BERR error or same thing happens, NACK with correct address
