1. Serial Multiplier The product of two N-bit binary numbers x and y can be calculated in a simple way by using shift operations.module multi_CX(clk, x, y, result);input clk;input [7:0] x, y;output [1...
This is a single chip module compatible with ASK/OOK receiving. It can be directly connected to standard encoder or CPU encoding. The frequency is 315M, 390M, 433.92MHz, etc. The external circuit is v...
I use LPC2478 SSP0 to send batches of data to external devices. In order to reduce the sending time to the minimum, I plan to use continuous sending. I used the FIFO to send the half-empty interrupt. ...
A newbie's question. When I use MSPFET-BSL to download MSP430f149, I always get the message "Programming failed, synchronization error, etc.". I use CH340-USB to convert serial port, and connect TXD/R...
Reposted from [url]http://mp.weixin.qq.com/s?__biz=MzAwMDM4NTUyNw==&mid=402846461&idx=1&sn=fba5654806db29e3a90b3afb71d1ef29&3rd=MzA3MDU4NTYzMw==&scene=6#rd[/url] No foreplay, just go straight in. That...