msp430f5529 capture plus serial port, can be used for everyone to learn
The microcontroller source program is as follows:
#include "msp430f5529.h"
#define uint unsigned int
#define uchar unsigned char...
Abstract: A solution for broadband AC current stabilization power supply is given. The basic current source is composed of an integrated amplifier and an operational amplifier, and the basic The paral...
Working mode 3 is to split T0 into two 8-bit timers, but T1 cannot be used. Working mode 2 is to use T0 and T1 as two 8-bit timers, and the base can still be preset. Why add 3? ? ?...
I recently selected an LM3S2B93 for a project. As the program occupies a lot of data, the RAM on the chip itself is not enough, so I used EPI to expand an external RAM. Because I used the C environmen...
[i=s] This post was last edited by dontium on 2015-1-23 13:40[/i] void ToggleHOLDx(int channel){GpioDataRegs.GPFCLEAR.all=channel; //Test clearasm( \" RPT #25 || NOP\" ;for(int n=0;nGpioDataRegs.GPFSE...