I just bought MSP432, let me show it to you:pleased:It seems to be a new version of the processor, even the chip model is the engineering chip number XMS432. I am currently struggling with the compile...
I am making a RF amplifier circuit. I just started working on a four-layer board. How do I design the thickness of the GND and POWER layers? Is there any algorithm? (I am a newbie who just graduated. ...
[size=3] There is a DAC output experiment in the official routine. This experiment uses the DAC output (PA4) function of the MM32F103 development board to drive the D2 light-emitting LED to simulate t...
1. How to obtain and program the data between the electromagnetic flow meter and the PLC 2. The establishment of the A/D, D/A module and the pressure sensor and the inverter 3. The communication betwe...
#include "io430.h"/*There are two ways to control the on and off of the LED light.Method 1: interrupt function. Method 2: use if(P4INBIT2) to judge.When writing code, try to follow the steps to avoid ...