cancel
Showing results for 
Search instead for 
Did you mean: 

Communication STM32F3 to STM32F4

third_furkan
Associate
Posted on August 13, 2015 at 09:42

Hi Friends,

I'm working in a company temporarily. They gave me two boards. STM32F303VC and STM32F429ZI. I have one project to do. This project is about to communication between two boards. It's simple but i'm new in this things. Communication is not gonna happen with uart spi or i2c. Just usb. 

I will send some data to usb port from F303. Its only job is this. And this is port1. I will connect F429 to port2. So they will connect separately. F429 is gonna read the data from port1. At last F429 is gonna monitorize this information. So i will use mems via f3 and monitorize it via f4. But at first step i want to send dummy data to learn this communicate. For example i want to send zeros and ones and monitorize it. Even if i do this, it'll be enough for me. The problem is i dont know where to start. I dont have any example about that. So dudes, if you know something about doing this, help me please

Thank you, Kind Regards...
1 REPLY 1
Posted on August 13, 2015 at 17:45

Seems an unduly awkward approach.

You could review the USB Host/Device/OTG libraries within the F429I-DISCO firmware package. CubeMX may also be able to build some CDC/VCP or HID examples for either end.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..