STM32F100R6This is the list of MCUs supported by STLINK given on the ST website.Does it mean that except STM8L101F3,other stm8Ls are not supported at the moment?After carefully looking at each product...
I used to make a boost circuit with MC34063 to drive 9 white LEDs. I found that MC34063 was a little hot, so I wanted to add a constant current at the back. I applied for MAX's constant current driver...
The MSP30FW42X non-magnetic sensor water meter has the characteristics of low power consumption (quiescent current is less than 4 microamperes), wide flow measurement range, high accuracy, good stabil...
Can you tell me whether everyone uses TI or ADI?Also, I am a DSP novice, I would like to ask what are the advantages of TI and ADI DSP, which model is the most used, and where is it mainly used?...
I will be a sophomore in June this year. I have learned C language, Linux, data structure, database, and my major is embedded and Linux system development. Now I want to start learning embedded. I wou...
//The whole system is divided into a reading module and a processing module //Define each port and variablemodule getv8 (vk1,vk0,nk1,nk0,getnum,reset,clk,LD_ON,get_rate,rate,sign,index,state); input [...
【JDPCB】Qisda is introducing smart factories in phases. Chairman Chen Qihong said yesterday (25th) that through high automation, order delivery can be accelerated. The current benefits have reached a...[Details]
"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]
When the domestic discussion about "ZTE being banned" was hot, Alibaba officially announced the acquisition of chip supplier
Zhongtianwei
, but the investment amount was not disclosed. At t...[Details]
After studying the F4 FSMC method to drive the touch screen for a few days, I have gained some understanding, which are listed below. The unorganized record is only for my own reference in the future...[Details]
At the beginning of the new year of 2018, after the release of the national photovoltaic policy, we found that the state’s support for village-level poverty alleviation power stations has not weake...[Details]
This paper proposes a design scheme for an embedded CNC system based on ARM and FPGA. The software and hardware design of the ARM system, the implementation method of hardware fine interpolation ...[Details]
In order to strengthen the traceability management of recycling and utilization of power batteries for new energy vehicles, and to standardize and guide all relevant parties to fulfill their tracea...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
A crystal oscillator can be electrically equivalent to a two-terminal network consisting of a capacitor and a resistor in parallel and a capacitor in series. In electrical engineering, this network h...[Details]
Today I am using the AD function of the stm8s microcontroller. There are ten channels from AN0 to AN9 on the microcontroller. I want to use only three of them, AN5 to AN7. //ADC initialization void A...[Details]
1. What is PWM What is PWM? Professionally speaking, it is pulse width modulation. In layman's terms, it is the continuous output of high and low levels. For example, the microcontroller outputs...[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]
1. SCL is always controlled by the Master. SDA is controlled by the Slave when reading data and by the Master when writing data according to the direction of data transmission. After the 8-bit data i...[Details]
1. ATMEGA128 Data Sheet Watchdog Timer The watchdog timer is driven by an independent 1 MHz on-chip oscillator. This is a typical value at VCC = 5V. See the characteristic data for typical val...[Details]
int main( void ) { WDTCTL=WDTPW+WDTHOLD; //Turn off the watchdog BCSCTL1 =CALBC1_1MHz; //Set DCO to 1MHZ DCOCTL =CALBC1_1MHZ; //Select the timing mode, and select the clock source as ACLK, that ...[Details]