I am trying to use I2C and SPI communications at the same time, where I2C is interrupt driven and SPI is DMA based. Separately they work fine, but they fail when put together. On the Nucleo-32 F303K8 I am using pins PB7(SDA)/PB6(SCL).and SPI is using...