if my twi0 ,twi1 ,and spi2 is enable so i cant use spi0 , spi1 so can i used(enable ) all twi0,twi1 and spi2 and spim3 for data txn .
if my twi0 ,twi1 ,and spi2 is enable so i cant use spi0 , spi1 so can i used(enable ) all twi0,twi1 and spi2 and spim3 for data txn .
Hi,
It's because they use the same resources. Peripherals that have the same base address use the same resources, which means that you can't use them both at the same time. See the memory section in the product specification here.
regards
Jared
so can i use spim3 that is diff rent address
so can i use spim3 that is diff rent address
Hi,
If you use TWI0, TWI1, and SPI2 you can use SPIM3 yes.
regards
Jared