Actual combat! In the last lecture, we learned about the IO port allocation of EASY-M0806R and the pins of various LEDs. Now we will start to write our driver code step by step~ The first is the INIT_...
Last time we talked about the creation of idle tasks:
OSTaskCreate(OSTaskIdle, (void *)0, OSTaskIdleStk[0], OS_IDLE_PRIO); // Create an idle task
The creation of the idle task is completed by calling ...
I use stratix II to control the read and write of DDR2. I found that the local_rdata_valid signal is very strange. The read and write data captured by signalTap are all correct, but the local_rdata_va...
There are many ADC subroutines for CC2640. Now I provide a self-written ADC subroutine, which has been verified by many people and can be used.The subroutine is as follows:
#include "AppAdc.h"#include...
I want to design an I2s Controller to output parallel audio data in I2s format to WM8731 for playback and collect audio data for storage. Now the code for the main sending mode of I2s has been written...
The jammer is a signal blocker, mainly composed of a chip and a radio transmitter. When the car owner presses the remote control lock button, the jammer interferes with the electronic lock receivin...[Details]
In the summer of 2025, BlueOval SK, a joint venture between Ford and SK On, officially started production at its first battery factory in Kentucky.
According to the original plan, this w...[Details]
introduction
According to the China Fire Statistics Yearbook, electrical fires accounted for more than 30% of fire accidents in the past decade, and the trend is increasing year by year. They ...[Details]
The practice of warming up a car originated with gasoline-powered vehicles. Warming up the engine allows it to enter a better working state and ensures good lubrication. This has become a habit for...[Details]
On August 20, Geely announced its focus on "One Cockpit". Through a unified AI OS architecture, a unified AI Agent, and a unified user ID, it will achieve an All-in-One AI cockpit, create the first...[Details]
On August 21, it was reported that Intel's new generation of AI chip Jaguar Shores was recently exposed for the first time.
According to photos shared by Andreas Schilling, the Jaguar Shores t...[Details]
Smartphones can be incredibly unintelligent. For example, consider an office full of people, each absorbed in their work. Suddenly, the silence is broken by a burst of loud pop music. A colleague's...[Details]
As the electric vehicle industry continues to surge in today's society, while people are concerned about the appearance and interior of new energy vehicles, they are also concerned about the classi...[Details]
Using an electronic load is like thinking of it as a resistor that dissipates the power supply's output. The most straightforward mode is the CR constant resistance mode. In this mode, by setting a...[Details]
According to foreign media reports, Apple is secretly evaluating several artificial intelligence hardware concepts, including smart home displays, security devices and a desktop robot, of which the...[Details]
Most electric vehicles currently lack a gearbox, only a single-speed reduction gearbox. This includes Teslas, but that doesn't mean electric vehicles don't need a gearbox. Thanks to the constant to...[Details]
introduction
At present, all major countries in the world are vigorously developing marine affairs. However, there are various uncertainties and unknown factors in the ocean. Underwater robots...[Details]
introduction
As the concept of "low-carbon travel and green environmental protection" becomes more and more popular, bicycles have become a crucial means of transportation. Currently, urban pu...[Details]
Do electric cars emit radiation? The answer is: yes! In fact, electromagnetic radiation is ubiquitous in our lives. The Earth itself is a large magnetic field. The interaction between electric and ...[Details]
The working principle of a frequency converter is to process input fixed-frequency AC power through circuits such as rectification, filtering, and inversion, and then output AC power with variable ...[Details]