2015-11-20 06:53 AM
I have a sensor which uses SMbus. How many unexpected features it has, or does it work with STM32F2 directly? What about addresses and shifting them.
So far, I2C bus has not worked.2015-11-23 04:16 AM
Hi mich.lei,
You can use SMBus for STM32F1 and STM32F2 families. For limitations you can refer to Errata Sheets, for instancehttp://www.st.com/st-web-ui/static/active/en/resource/technical/document/errata_sheet/DM00027213.pdf
(for STM32F205VC). It indicates that:''The I2C peripheral is not fully compliant with the SMBus v2.0 standard since It does not support the capability to NACK an invalid byte/command''.-Shahrzad-
2015-11-25 11:30 AM
I see.
I do not know now what is wrong but the sensor is quiet. No response. I use the memory read command. Regards