I2C Bootloader Issue - STM32L071KB
Hi,
I have a STM32L071KB Chip Inserted in a STM32F031K6-Nucleo Development Board.
I am trying to Get into I2C Bootloader mode by Setting BOOT0 Pin to HIGH.
But When I Try to detect the I2C Slave Address (0x42), SCL pin is driven low, and timeout error occurs.
TIA.


P.S.:
- I2C1 Bus is Working Normally when I ran the Example Code in ''\Examples\I2C\I2C_TwoBoards_ComIT''
- I also tried UART Bootloader, which is also Not working Similarly, but Works in the Example Code in ''\Examples\UART\UART_Printf''.