I have encountered a problem with I2C bus on the nRF54L15. BMP390 sensor is connected to nRF54L15-DK by the i2c bus. if i try to brake the line and recover it agane, the connection does not recover untill the reset button has pressed.
I`ve tried to use i2c_nrfx_twim_recover_bus(dev.bus), i2c_bus_recover(dev.bus) but unsucsessfull. I use nRF Connect for VS Code v2025.9.798. Is it possible to recover i2c communication without rebooting device?
I will appreciate for help with this issue.


