Enabling SDA and SCL pins in the Nucleo board for I2C communication.
Hello, I have written a code for I2C to act between two Nucleo boards, however, at the moment, the master board is not even giving me a signal output. I looked at the output using a Saleae Logic Analyzer and there isn't even a clock signal comin out of the SCL pin of the Master board, even though I have Pull-Up resistors.
With that in mind, is there anything in special a beginner like me should look at such as connections or initializations in the code? I am using mostly the HAL_I2C functions.
