I have two TMS320F28335 microcontrollers, I have problem to make the wireless communication between them. I want to send and receive data from one microcontroller to the other one synchronously.
For example, the first microcontroller gets the voltage value from ADC module, then it sends the voltage value to the second microcontroller, after calculation in the second MCU, the result is sent back to the first MCU.
Could anyone tell me how to realize this? Also, what communication interface is need to do this?
thanks.