[size=4] I have recently been using stm32f103 to communicate with a device via SPI. This device requires a 16-bit data format. I used the ST official firmware library to compile a program, using SPI1 ...
I've been reading a book recently, "The Psychology of Procrastination". I've read half of it and it's pretty good, so I'd like to share it with you. My experience from reading the book is that many be...
Inverter power supply is called "tomorrow's power supply". Its application in welding equipment has brought revolutionary changes to the development of welding equipment. First, the inverter welding p...
As shown in Figure 1, we can see a 485 self-transceiver circuit. Figure 2 is the PIN definition of the 485 chip. During the data transmission process, when TXD sends 0, the transistor is not turned on...
#includeunsigned int results[4]; // access the conversion value variable void main(void) { unsigned int i; WDTCTL = WDTPW+WDTHOLD; // turn off the watchdog P7SEL |= 0x03; // enable the external crysta...
MAX3232CSE does not work. Can anyone who has used it give me some experience or insights? I made the circuit according to the PDF manual. The working voltage is 3.3V. The capacitors are all 0.1UF SMD....