STM32 Nucleo F411RE
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-07-07 5:19 AM
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
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-07-07 6:48 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-07-08 7:45 AM
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.