how to digital trace of i2c

hello,

i have been using nrf5340 with max86141/max32664c i want to get digital i2c trace..is there any software which i can use where i can put the required file to get the trace like below image

and also i want to know how to genrate the required file using segger embedded studio 

thanks and regards

manikandan v

Parents
  • Hi,

    I'm not sure what software the attached screenshot is from, but you can use a logic analyzer firmware to capture the logic traces of the I2C bus, for instance a Saleae (what I use). The Saleae software can decode a lot of protocols, like I2C, SPI, etc, and it can store the logic captures to file. If your software supports importing data from file, you might be able to import the traces.

    I'm not aware of any methods to do I2C logic captures using Segger Embedded Studio. The I2C/TWI firmware run on the nRF5x chip, not in the IDE on the computer, SES does not have access to the GPIOs of the chip.

    Best regards,
    Jørgen

Reply
  • Hi,

    I'm not sure what software the attached screenshot is from, but you can use a logic analyzer firmware to capture the logic traces of the I2C bus, for instance a Saleae (what I use). The Saleae software can decode a lot of protocols, like I2C, SPI, etc, and it can store the logic captures to file. If your software supports importing data from file, you might be able to import the traces.

    I'm not aware of any methods to do I2C logic captures using Segger Embedded Studio. The I2C/TWI firmware run on the nRF5x chip, not in the IDE on the computer, SES does not have access to the GPIOs of the chip.

    Best regards,
    Jørgen

Children
No Data
Related