When I use IAR and TI's CC debugger emulator on my own CC2530 board, I always get an error when downloading the program. The prompt is as follows: note: a target cannot be selected when used in anothe...
Hello everyone, I graduated from college last year. I couldn't find a job at that time, so I was dragged by my teacher to start a business with him. There are 5 people in our team, 2 of whom are engag...
[i=s]This post was last edited by paulhyde on 2014-9-15 03:11[/i] [backcolor=rgba(255, 255, 255, 0)]The task is this: design a surround sound response system. Four sound generating devices made of ord...
What is the grayscale level of LED display
Grayscale, also known as color scale or grayscale, refers to the degree of brightness. For digital display technology, grayscale is the determining factor ...
The most significant event in the technology circle during this period is undoubtedly the news that ZTE was banned by the United States. Once the news came out, it shocked the entire Chinese techno...[Details]
On April 19, it was reported that Alibaba DAMO Academy is developing a neural network chip, Ali-
NPU
, which is mainly used for
AI
reasoning calculations such as image and video analys...[Details]
In the development of artificial intelligence, talent reserve is undoubtedly an important part. Artificial intelligence should be a bottom-level technology that can be deeply embedded in any indust...[Details]
Kevin Jensen ams Semiconductor
Sensors
and lighting expert. Let's learn more about the relevant content with the network communication editor.
Everything is becoming "smart" these ...[Details]
In 2018, the National Development and Reform Commission issued a new photovoltaic subsidy policy. The benchmark on-grid electricity price was significantly reduced, the return on investment decreased,...[Details]
On Sunday, the South Australian government unveiled plans to build the world's largest virtual power plant, which will connect at least 50,000 homes over four years and have a capacity ...[Details]
The pins of stm32 have two uses: GPIO (general purpose io) and AFIO (alternate function io) For some pins (depending on the chip), neither of these two uses exists. For example, in 64-pin products, O...[Details]
I have encountered many problems when tinkering with LD driver recently. I will record them one by one below. Otherwise, who will remember who in five hundred years? 1. Configuration issues of multi-...[Details]
****************************************************************** 1. The operand is in register, R0--R7 2. Operands are in internal RAM 3. Operands are in external RAM But they are all similar. For ...[Details]
Title: Use the table lookup method to convert a hexadecimal number into ASCII code. The input parameter is placed in the internal RAM 50H, and the output parameter is in R0. Requirements: Complete th...[Details]
I have been deeply affected by serial ports since 51. The MAX232 I bought from Huaqiang was originally broken. I thought there was something wrong with my circuit or schematic. Since there was no goo...[Details]
Each I/O port of the AVR microcontroller corresponds to three registers: DDRx, PORTx and PINx, where DDRx is the data direction, i.e. input or output; PORTx is the state of the internal pull-up r...[Details]
The STC12C5412AD microcontroller is an enhanced 8051 standard 51 series microcontroller. It is 12 times faster than the ordinary 8051 and can be programmed on a home computer without an emulator. ...[Details]
//------------------------------------------------------------ // MSP 430 subroutine (LCD controller subroutine) // Statement: Please keep the above information for reprinting. For commercial use,...[Details]
An example of Samsung S3C/S3P/S3F9XXX series MCU implementing table lookup operation ; to implement table lookup operation, you must first define the table address, there are two ways t...[Details]