2023-04-04 03:43 AM
I design a custom board including a stm32wb15ccu where I want to use the I2C bus. I have for SDA and SCL 10k pull up resistors. However when launching i2c the signal of SDA and SCL remain at 3.3V, no bus signal. Hence I could not communicate between the MCU and its slaves. pin 5 is SCL and pin 6 is SDA.
What I did so far to get the cause:
What I suppose a possible cause:
TThanks in advance for any help
Solved! Go to Solution.
2023-04-14 04:59 AM
Hello @Community member ,
You can try to check with an I2C example from the STM32 CubeFW :
STM32Cube_FW_WB_V1.15.0\Projects\NUCLEO-WB15CC\Examples\I2C
Foued
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.
2023-04-14 04:59 AM
Hello @Community member ,
You can try to check with an I2C example from the STM32 CubeFW :
STM32Cube_FW_WB_V1.15.0\Projects\NUCLEO-WB15CC\Examples\I2C
Foued
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.
2023-04-14 06:10 AM
Hello @Community member ,
You can also try with this very simple example on the wiki
Michael
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.