In the ARM architecture, it can work in three different states: ARM state, Thumb state and Thumb-2 state, and debug state.
The Embedded System Development and Application Tutorial (2nd Edition) says t...
It is a very thin piece, and its function is similar to that of a solar panel, but it receives infrared light and outputs voltage. Once the infrared light is blocked, the output voltage will become lo...
Description: This code is the source code of the three-wire SPI interface (CS, SDA, SCK). General AD or DA devices or clock chips such as DS1302 use this interface. This code is an interface part of a...
Use the interrupt function of the GPIO port to identify the short and long keys in the LaunchPad. The short key will light up the red LED, and the long key will light up another LED for about 10ms.
#i...
A few days ago, I locked the JTAG of an 811. Now I have replaced it with a new one. Then I referred to the information on the Internet and made a JTAG anti-lock program, but I don’t know if it is corr...