2022-03-14 06:27 AM
2022-03-14 06:38 AM
You need to configure the address in the I2C register, I2C_OAR1 or I2C_OAR2. More info in RM0008.
BR,
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-03-14 06:38 AM
You need to configure the address in the I2C register, I2C_OAR1 or I2C_OAR2. More info in RM0008.
BR,
J
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-03-15 01:42 AM
I have configured a slave address in CUBEMx, but when I open my raspberry and try to detect I2C signal, I can't see any thing. any suggestions?
2022-03-15 01:59 AM
what code is loaded to the STM32? Try some example from the Cube Introduction package. There are several examples of I2C communication.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-03-15 02:45 AM
ok thank you, now is working I can get some a result