I want to know if this driver circuit is made directly with a driver chip or built by myself. If it is a driver chip, I found the MC33810 chip from Freescale, but the information on the Internet is no...
I don't know how to start. I've been in college for two years, and I haven't been wasting my time. Anyway, I've learned some knowledge, so I'm writing a blog post to record it. Before the 2011 Nationa...
1. Implementation ideas
This article uses the serial port receive interrupt and idle interrupt to realize the serial port variable length data reception
Receive interrupt: realize data reception;
Idle...
#define LD_WORD(ptr) (WORD)(*(WORD*)(BYTE*)(ptr))There is an array buf[20] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x67}
In IAR for MSP430 5.30, what should LD_WORD(buf[11...