How can I resolve the "Failed to acquire I2C client" error in my kernel space I2C DAC implementation
@Middleware & OS
How can I use the I2C bus(DAC) in kernel space, I have verified that the I2C adapter and address in kernel space, I expected to get a
Here's my code
How can I use the I2C bus(DAC) in kernel space, I have verified that the I2C adapter and address in kernel space, I expected to get a
Successfully acquired i2c client message in my log but still getting the error Failed to acquire I2C clientHere's my code