2020-02-24 03:35 AM
i have Two stm32f030k6t6 board . so i want to program one stm32f030k6t6 board as a master device and second stm32f030k6t6 board as a slave .so how to configuration slave module address and Read byte and Write byte ??
2020-02-24 03:46 AM
If you don't insist on using Cube/HAL, there are I2C master/slave examples in the STM32F0xx_Snippets_Package (I have V1.2.0 downloaded).
2020-02-24 04:04 AM
Thanks for reply .
And I have to used cube and HAL libraries
so if you have any link for that examples
so please forward to me .
2020-02-24 04:08 AM
Freely downloadable on the ST website, somewhere in the F0 section.