After doing a lot of embedded systems, I instinctively consider the richness of a chip's peripherals, so I want to investigate the peripheral performance of the Tuya chip in my hand. So I proposed a t...
RTDX tests DSP Target to transfer data to PC: a) Create a project, edit the source code (.c/.asm), add header files (.h), library files (.lib) and link command files (.cmd) b) Add and modify the RTDX ...
Recently, Texas Instruments (TI) announced that its TMS320F280xx digital signal controller family for motor control, digital power conversion and intelligent sensor control applications has added four...
I am currently working on a remote monitoring of a CHORIDE 20KVA UPS, which is a 1997 model. I send commands to the UPS according to the manufacturer's agreement, but it does not respond. The interfac...
1. The first project We are going to create the first project, which is mainly for project analysis, so that we can understand how CubeMX works and how to trace the code logic. Okay, no more nonsense...[Details]
In recent years, in order to meet the needs of social development, more and more companies have entered the fields of smart phones, artificial intelligence,
VR
, AR, etc. After seeing the d...[Details]
//Observe the difference between feeding the dog and not feeding the dog, and use the LED indicator of the PB port for status indication. //Switch the LED indicator enable switch of the PB po...[Details]
STM32 has 2 watchdogs: independent watchdog and window watchdog. Independent watchdog IWDG: A system fault detector that is independent of the system and is not affected by the system because it has ...[Details]
The calculation formula of the watchdog feeding time (watchdog overflow time) is: Tout=((4*2^prer)*rlr)/40 Tout is the watchdog overflow time (in ms), prer is the watchdog clock prescaler value (...[Details]
/*34864 Chinese character library*/ // Connection of MCU //******************************************************** //p3= data port //p4--control port// p4.0 = rs //p4.1= r/w //p4.2= e //...[Details]
Speaking of
Wi-Fi,
everyone must be familiar with it. In today's era,
Wi-Fi
has become a necessity in our lives. No matter where we go, we need to use it, not only because the speed...[Details]
Regulations and standards are yet to be improved, the public does not pay enough attention to security issues, enterprises strictly control production costs, and have relatively weak security awarene...[Details]
The following program has been debugged and run successfully) ; ---AT89C2051 oxygen pump controller source program-OK! org 0000h ajmp main nop ...[Details]
AES and Mitsubishi will use energy storage systems supplied by Fluence at a substation operated by Tata Power-DDL in Rohini, Delhi.
The project, expected to be completed later this...[Details]
Query mode, type the program, what do you see? The light is flashing, this is done by the timer, it is no longer the main program loop. ORG 0000H AJMP START ORG 30H START: MOV P1,#0FFH ; Turn ...[Details]
On the 19th, Micron announced its first quarter financial report for the 2018 fiscal year (starting from September 1, 2017). The revenue for the first quarter ended at the end of November was $6.8 ...[Details]
Because the 12232F display is commonly used, but what we usually see are some parallel port assembly programs, and there is no parallel port program corresponding to 12232F, and the serial port C51 p...[Details]