[i=s]This post was last edited by MianQi on 2022-11-5 17:54[/i]Renesas' e studio is the fourth Eclipse-based IDE I have used. The previous three were: ST's STM32CubeIDE , TI's Code Composer Studio IDE...
[i=s]This post was last edited by cruelfox on 2020-4-19 08:46[/i] Although I can use the onboard ST-Link to debug the STM32MP157 through the SWD port, I encountered unexpected situations during the e...
Applications that require control of motors usually include some type of current sensing circuitry. The ability to sense the current through the motor can help designers make adjustments such as speed...
I used the T0 timer to write the water lamp back and forth, but only one lamp is on and the water does not flow. I don’t know what the problem is. Can you help me analyze it and see where I went wrong...
The development of an industry not only depends on the power gathering within the industry, but more often it needs a suitable social and economic environment to give it opportunities. Our barcode ind...
When you talk about Fujifilm cameras, you may immediately think of its family-style retro appearance, classic design, excellent image quality and color, etc. In today's hot full-frame mirrorless came...[Details]
On August 27, 2024,
the
"
All-digital conference
2024 (fifth) China Intelligent Manufacturing
Digital Transformation
Conference" hosted by OFweek, a Chinese high-tech portal, and or...[Details]
Recently, at a national video defense meeting for the "Twelfth Five-Year Plan" science and technology plan projects (formerly the "863" projects) in the field of national high-tech development and ...[Details]
my country's PCB industry has developed to a relatively mature stage, and the market competition is also quite fierce. Recently, the author found that with the support of leading enterprises in the c...[Details]
Dr. Marc Wucherer, CEO of Xerox, said: "Our factories in China continue to grow and develop. Therefore, company executives have also announced that they will further expand business activities...[Details]
Recently, I have been making some small household appliances, and collecting and learning knowledge about smart home and the Internet of Things. Then the website moved to a new home, and I haven't wri...[Details]
As lighting technology has moved from power-hungry incandescent lamps to cold cathode fluorescent lamps (CCFLs) and now to light-emitting diode (LED) lamps, it is clear that while end users are wil...[Details]
"We will produce 270 million mobile phones this year. This is a huge output. We may need several chip factories to provide us with enough supply." Ren Zhengfei said in an interview with Nordic media....[Details]
/*---------------------------------
Delay module function
Note: Just add delay.c and delay.h to the project
file, you can use Delayms(__IO uint32_t nTime);
Delayus(__IO uint32_t...[Details]
There are two reset signals for MSP430: power-on reset signal (POR) and power-on clear signal (PUC). There are also signals that can trigger POR and PUC: 5 from the watchdog, 1 from the reset pin, and...[Details]
Gas flow meter installation requirements There are many types of gas flow meters. Here we introduce a common flow meter: vortex flowmeter; turbine flowmeter. In order to ensure the measurement ac...[Details]
(1) The rand() function generates an integer between 0 and RAND_MAX, which is a pseudo-random number. RAND_MAX =32767. i=rand(); i=1+rand()%data//generate a random number between 1 and data (2) The s...[Details]
OFweek Cup · OFweek 2023 China
Robot
Industry Annual Selection (abbreviated as OFweek Robot Awards 2023) is jointly organized by OFweek, China's high-tech industry portal, and its authorita...[Details]
Redmi officially announced that the global sales of the Note 7 series mobile phones have exceeded 15 million units. In order to express gratitude to users, the 6GB version of the "Little King K...[Details]
I have used Qemu to run/debug arm linux several times, but I forgot about it after a while. I had to look up the information again every time, which wasted a lot of time. This time I made the whole...[Details]