Skip to main content
Tee
Associate
November 30, 2021
Question

I am trying to send data from my STM32H7 board (Master) to my MSP430FR2433 (Slave) through I2C but with no luck.

  • November 30, 2021
  • 1 reply
  • 662 views

I tried to imitate the MSP430 Master-Tx example code into the STM32 and I tested it on Arduino and it works. Also, Im sure my MSP430 Slave-Rx code is correct, I tested it by sending data from another MSP430 and it works.

Any suggestions on what the problem could be?

    This topic has been closed for replies.

    1 reply

    TDK
    November 30, 2021

    Probably a bug in your code.

    Look at the signals using a scope or logic analyzer.

    "If you feel a post has answered your question, please click ""Accept as Solution""."