This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All,
I am using TMS320F28335 DSP microcontroller for my digitally controlled DC-DC Converter. According to the requirement I need to communicate five converters at a time, and each converters operations are controlled by main master controller. I am using SPI as my communication protocol.
Observation 1:
In TMS320F28335 DSP microcontroller, I have taken all the mentioned pin from the master and connected to the slave DSP controller (SPI CLK, SPI STE, SPI MISO, SPI MOSI). The slave controller is not properly reading data.
After shorting the ground (GND) of both DSP microcontroller together, then the slave controller is properly the reading the data of what master has sent through the communication line.
Observation 2:
I can properly communicate the data between the single master and single slave. when I am connecting the second slave into the communication line, both the slaves are having a problem in communication.
In signal level without turning ON the converter power, single master and two slave configuration are working fine. But when I am turning ON the converter power, it is properly working for only one master and one slave. The same configuration doesn't work for single master and two slaves.
Condition:
1) I have shorted all the microcontrollers ground.
2) I have configured SPI SOMI pin as a continuous high (internal pull up).
3) I am not using any buffer in the communication line.
If some one aware of this issue, please help me to solve this problem.
Thanks and Regards
Prakash.S