1. To learn LM3S8962, you only need to have the basics of 51 MCU. It is compiled using Keill.There are many ways to download. And it is to download with Keil software, and no other software needs to b...
I would like to ask everyone, what software analysis tools are used for embedded software codes? Currently, the company is interested in the software Fortiy Audit Workbench, but according to my unders...
Traditional C6000 DSP software is compiled and debugged on a WINDOWS PC through CCS, and the compiled executable file is burned into FLASH after testing. By setting the DSP startup mode to start from ...
[p=26, null, left][color=#333333][font=Arial][b]1. How to enable an interrupt? [/b][/font][/color][/p] [list] [*]Set the interrupt vector. For example: PieVectTable.WAKEINT = &wakeint_isr; [*]Open the...
Cohda Wireless, a new municipal Wi-Fi startup from the South Australian Telecom Research Institute , has set up a trial site in Adelaide, Australia, to demonstrate the use of OFDM technology to improv...
The hand must cross the forehead of thought, action is above all else.When learning technology, the key is to make progress step by step and accumulate bit by bit.Today we will analyze C language algo...
"Originally, there are many people who can design very good
chips
, but the market does not give domestic
chips
the opportunity to iterate, and domestic companies cannot give engine...[Details]
China Energy Storage Network News:
According to reports, in order to reduce carbon emissions, a group of Japanese technology and energy companies are launching a pilot project that aims to al...[Details]
I have read the source code of mbed these days, and the interface encapsulation for upper-level application calls is quite good. The code quality is relatively high, the comments are also very detai...[Details]
China Energy Storage Network:
Blockchain + finance, blockchain + environmental protection, blockchain + insurance, even a roadside fried chicken shop is using the banner of blockchain + fried...[Details]
On April 18-19, 2018, at the "Second Distributed Photovoltaic Carnival" held in Hangzhou, Jinko Power and China New Energy Assets Investment, Financing and Trading Platform (hereinafter referred to as...[Details]
From small households to large enterprises, energy consumption has always been a concern for everyone. The energy consumption of Chinese enterprises has always been high, and the country has also wor...[Details]
Recently, Jiangsu GoodWe Power Technology Co., Ltd. ("GoodWe") unveiled two products of the SDT family, the 17kW smart photovoltaic inverter GW17KN-DT and the 20kW smart photovoltaic inverter GW20KN-D...[Details]
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[Details]
Today’s medical devices are filled with increasingly complex electronic devices that monitor, display, assist and warn patients. The latest generation of medical device electronic devices are smaller...[Details]
Internal channels of ADC: In addition to using external channels to collect external analog voltage signals, the ADC of STM32 also has two internal channels 16 and 17. Channel 16 is connected to ...[Details]
An easy programming question for microcontrollers! Urgent, write a 3-byte binary subtraction subroutine. When using the main program to call multiple groups of data for debugging, two situations need...[Details]
LiDAR is a comprehensive light detection and measurement system. Compared with ordinary radar, LiDAR can provide high-resolution radiation intensity geometric images, distance images, and speed im...[Details]
Take serial port interrupt as an example: like: void serial() interrupt 4 { } and void serial_uart() interrupt 4 { } The functions of both functions are to define the serial port interrupt function. ...[Details]