ReimuNotMoe opened a new issue #2988: URL: https://github.com/apache/incubator-nuttx/issues/2988
I'm currently porting NuttX to a new (not publicly released yet) board. It uses STM32L151C8T6-A MCU. However, I can't properly read data from I2C devices using the i2ctool. I can list attached devices using `i2c dev 00 7f`, but dumping registers using `i2c dump -b 1 -a <addr> 256` will return garbage data. Sometimes it returns all `ff` and sometimes it returns random values. I tried messing with the menuconfig options: Alternate implementation, dynamic timeouts, huge timeout values, etc. And none of these worked. These I2C devices work well with STM32 HAL APIs and a Raspberry Pi. Please tell me how to solve this problem, thanks in advance. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org