NUCLEO-H743ZI2 bootloader Issue
Hi,
I have shorted BOOT0 pin to Vdd of Nucl0-H743ZI2 and wanted to issue bootloader commands over I2C bus(PF0 & PF1 are used).
I am observing RED led to be turned ON as soon as bootloader is loaded and i am not getting ACK from H743 .
But if bootloader is being loaded through application by using boot address 0x1FF09800, i am able to send bootloader commands to H743.
below settings used:
I2C speed: up to 400 KHz,7-bit address, slave mode, analog filter ON.
Slave 7-bit address: 0b1001110x
where x = 0 for write and x = 1 for read)
PF1 pin: clock line.
PF0 pin: data line .
Is there any issue with bootloader if i try executing through BOOT pin setting?
