cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Nucleo F411RE

ankushkhare89
Associate II
Posted on July 07, 2016 at 14:19

Hello Experts, 

I have bought 2 Nucleo F411RE boards and planning to connect them using I2C protocol. 

I want to run timer on slave and every 1 minute the slave sends some hex number. 

I want to display the hex code by connecting master to UART/COM port on PC.

#!stm32
2 REPLIES 2
Posted on July 07, 2016 at 15:48

Ok, and you want someone else to code this for you, or do you plan to do it yourself?

STM32F4xx_DSP_StdPeriph_Lib_V1.6.1\Project\STM32F4xx_StdPeriph_Examples\I2C\I2C_TwoBoards

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
ankushkhare89
Associate II
Posted on July 08, 2016 at 16:45

Hello, 

I am not asking to code for me. I just need guidelines. 

Probably the difference in algorithm of how a master and slave can be created if they are same uC.