User Activity

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...
Unfortunately, I cannot post any code for this question but I believe it relates more to the HAL library and the i2c address matching hardware of the STM32 microcontrollers.I am working on emulating multiple I2C slaves in the address range of 1-24 on...