Founded in 1981, Guanxi Electronics is a professional manufacturer of relays and optocouplers. Its main business operations include the production and sales of the following four categories of products: reed relays, solid-state relays, optocouplers, and electric relays.
[i=s]This post was last edited by serialworld on 2018-9-13 20:16[/i] I planned to use armGCC to develop GD320, but found that the official did not provide startup files and linker files for GCC. So I ...
The us-level delay function uses the systick timer, which is taken from the atomic routine
static uint32_t fac_us = 1; //us delay multiplier fac_us = x, system clock is xMhz
/*** @brief Delay microsec...
This paper adopts LORA point-to-point communication and corresponding software design, and uses the aggregation node + communication module on the cloud to replace the LORA base station to design a wi...
1. When opening/creating a project with CCS, the path name where the project is stored cannot contain Chinese characters! (Unlike VS6, ISE, etc., which can use any path name)2. Some domestic parallel ...