UART0, UART1 and I2C0 utilization and Initialization

Hi, I need to use UART0, UART1 and I2C0 in my application. I initialized these in overlay file (attached). When, debug is run, it is observed that the I2C binding is not successful see attached image file. I am using UART0 and UART1 in asynchrounous mode.  The zypher.dts fie also is attached. 

8176.bms_nrf5340_cpuapp.overlay5023.zephyr.dts   

Parents Reply
  • Hello, I studied about Peripheral Resource Sharing. I could not find method to switch shared resources between competetive peripherals alernatively. UART1 and I2C0 share same address space and only one should be enabled at a time. Did, you find any ways to multiplex such pripherals ? I need to send the data to UART1 and to I2C0 alternatively and never need both at time. What is metod to use these alteranatively ? 

Children
Related