[i=s]This post was last edited by jameswangsynnex on 2015-3-3 19:59[/i] iPhone is so awesome!! Don’t iPhone users complain about running out of power all the time? So people keep inventing some soluti...
How do you understand the meaning of internal power layer and internal ground layer? If a double-sided board adds an internal power layer or ground layer, does it become a multi-sided board? (Does it ...
Comparison of basic functions of AD6 (protel) and PADS I. Schematic diagram part 1. Library ⑴ The schematic diagram library of DxDesigner is independent of the PCB library, and each schematic diagram ...
[i=s]This post was last edited by music_586 on 2016-4-23 08:35[/i] [backcolor=rgb(239, 245, 249)]Contact QQ: 3203861726;[/backcolor] [backcolor=rgb(239, 245, 249)]Company: Mainly produces robot core m...
[i=s]This post was last edited by Hot Ximixiu on 2020-12-10 20:14[/i]The LAUNCHXL-F280049C is a low-cost development board for the F28004x devices in the TI C2000 real-time controller family. Not only...
Please help me write down the procedure. My email address is [email=puyiyue1980@126.com]puyiyue1980@126.com[/email] People always have difficulties. Please help me.,,,...
1. Problem When developing STM32 with IAR, I found that I could not print floating point numbers by redirecting printf to the serial port. The code is as follows: The output is as follows: It can...[Details]
Serial Port: 一. USART_ITConfig(USART1, USART_IT_TXE, ENABLE): As long as the transmit register is empty, there will always be an interrupt. Therefore, if you are not sending data, turn off the tran...[Details]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[Details]
Recently, the "Smart Photovoltaic Industry Development Action Plan (2018-2020)" jointly issued by six departments has put this concept on the forefront. Photovoltaic smart solutions will become the ne...[Details]
As many companies listed with
the concept of
touch screen
begin to "transform and upgrade", the official voice of the TP industry is getting smaller and smaller. At the same time, the list o...[Details]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[Details]
What is SYSTICK: This is a 24-bit system tick timer, SysTick, with automatic reload and overflow interrupt functions. All microcontrollers based on the Cortex_M3 processor can obtain a certain time ...[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]
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]
At this exhibition, Microsoft brought its flagship intelligent voice products - XiaoIce and Xiaona. In addition, the voice will be equipped with an intelligent face recognition system. Let's see ho...[Details]
I have been working on a stm32 project recently and have been struggling with its startup method. I saw a good article and reposted it. The format of the original article is not very good, and there...[Details]
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[Details]
The frequency calculation formula of the PWM wave generated by the output comparison mode of the timer is: 72M/((2*(arr+1))*(psc+1) ) For example, if you set: PWM_Init(1000-1,72-1); (PWM_Init(arr,psc...[Details]
For complex calculations, the speed of the microcontroller is too slow. The best way is to manually calculate all the results in advance, store them in ROM in sequence, and then directly check the re...[Details]