Hello everyone! I have a PWM problem with the TMS570LC4357. I would like to ask how to set the phase difference between the three-phase PWM of [color=rgb(170, 102, 102)][url=http://www.ti.com.cn/produ
Dear experts, I recently came across a PCBA system control board that uses a C8051F340 microcontroller and does not use external memory. Its main functions are to drive compressors, water pumps, monit
The TMDSDOCK28335 is a DIMM100 controlCARD based evaluation and development tool for the C2000 Delfino F2833x family of microcontroller products. The docking station provides power to the controlCARD
I used TINA to perform an open-loop simulation of the OPA2369. The simulation curve does not match the curve in the data sheet. Let's see what the problem is.
The microcontroller source program is as follows:/**********************************************************************//*Copyright (C), 2008-2009, LiTian Tech.Co.Ltd. *//* Module Name : GPIO *//* Fi
I finally solved the problem of serial port sending tonight. The changed code is as follows: def write(self, data): if self.alive: if self.serSer.isOpen(): self.serSer.write(data) def m_send1butOnButt