There is a program in the routine that uses A/D conversion to measure the temperature inside the chip. Referring to the design of this program, we can transform it into a thermometer that uses an OLED
I read on and came across the TI C2000 series. I found out that it has DSP, and I couldn't help but think of that slightly rude sentence: Your whole family has DSP! ! Haha, without exception, this thi
[i=s]This post was last edited by ltbytyn on 2014-9-14 00:19[/i] [size=3]ROW-OS examples come from the ROW-OS official website ([url=http://www.raw-os.org/]http://www.raw-os.org/[/url]), see [font=Tah
I am planning to do multi-node data collection, and then use a master node to collect the slave node data. I am using MSP430f149 microcontroller. Currently, the simple point-to-point problem has been
If I set the 0th and 1st bits of P5 port as output and the rest as input:P5DIR = 0x3;if I send data to the output port of P5: 0XFFP5OUT = 0XFF;then the 0th and 1st bits of P5 port are output as 1, wil