I have a slightly different problem. 45 never becomes 56
pi@homeassistant:~/STM32 $ i2ctransfer -y 1 w2@0x45 0x9b 0x01
pi@homeassistant:~/STM32 $ i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- 19 -- -- -- -- -- --
20: 20 -- -- -- -- -- -- -- -- 29 -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- 45 -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
So any effort to flash will fail:
pi@homeassistant:~/STM32 $ ./stm32flash -a 0x56 -o /dev/i2c-1
stm32flash 0.6
http://stm32flash.sourceforge.net/
Warning: Not a tty: /dev/i2c-1
Error probing interface "serial_posix"
Interface i2c: addr 0x56
Failed to send command
So I’m stuck at point 5 in TomToms checklist
I did the #dtoverlay=reTerminal and rebooted,
Am I missing something obvious?