2022-05-16 01:33 PM
2022-05-17 07:21 AM
Arduino uses low-order 7-bit for Address, whereas ST uses high-order 7-bit
ie Arduino side 0x42, ST side 0x84
I guess make the ST-to-ST method to work first
2022-05-17 07:50 AM
@Community member Do you have an example or tutorial of STM32 master communicating with another STM32 slave, send me the link.
2022-05-17 07:56 AM
Guys, thanks for the support you've given me.
If you have any material that I can use as a base, please send it to me.
2022-05-17 09:08 AM
Unfortunately I don't have resources/bandwidth to work on STM32F1 tutorials/examples. The HAL examples cover various boards, and STM32 families, along with the docs within the libraries.
You could perhaps fish Github, etc.
Or get CubeMX to spit out some boiler plate code.