When I import the schematic into the PCB in DXP, why are many components not imported? As shown in Figure 1 and Figure 2. Please let me know if you know. Thank you very much!Figure 1Figure 2...
When using serial port communication on the stm32 development board, the following error is displayed after compiling the program. ..\USART.axf: Error: L6218E: Undefined symbol __vfscanf_char_file (re...
I recently disassembled a thermal imaging camera from BMW. The FPGA inside is ALTERA's EP3C25U256A7N. I want to try to reverse engineer the PCB and directly develop on this FPGA. The PCB seems to have...
"3.3.2 SysTick" in the article "How to upgrade from STM32F10xxx firmware library V2.0.3 to STM32F10xxx standard peripheral library V3.0.0" says:The SysTick driver has been removed from the standard pe...
I used DDK to make a USB driver, which can communicate normally. But when writing to Pipe1 port in a loop, the driver stops responding after several times. When debugging, I found that it stops at sta...
I have played with DSP and M4 before, but I don't know how to transfer to FPGA. I can't even understand the schematic diagram... Why does an FPGA have to be divided into so many modules......
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]
Recently, the " ZTE
incident"
caused by the Sino-US trade war
has caused heated discussions in the electronics industry. It not only reflects that Chinese companies are lagging behind in the...[Details]
1. Photovoltaic inverter installation process
1. Preparation before installation
Are the product accessories, installation tools and parts complete? Is the installation environmen...[Details]
In Windows environment, the source code is encoded in UTF-8. If the source file created by STM32CubeMX contains Chinese comments, then using STM32CubeMX to regenerate the source code will cause the C...[Details]
Because the STM32 HAL library only has millisecond-level delay for HAl_Delay(), in order to achieve accurate microsecond-level delay, Systick has to be modified. However, since it is used internally ...[Details]
From last year to now, competition in the photovoltaic inverter industry has become increasingly fierce. In addition to the introduction of new products, various marketing and promotion methods hav...[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]
The implementation of CAN driver under embedded operating system Android requires not only adding CAN driver device in Linux kernel, but also implementing the call of Android HAL layer. Taking S5...[Details]
WPG Holdings announced that its subsidiary Youshang has launched a wireless smoke alarm solution based on STM and Semtech . With the development of the national economy and the enhancement of...[Details]
Using the WWDG of STM32F030, it is found that the MCU will not be reset under STOP, just like the sleep mode of STM8S. Paste the watchdog code: /******************************************************...[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]
The STM32 watchdog has two WWDG and IWDG. The biggest difference between the two is that IWDG has only one lower limit for feeding, while WWDG, as the name implies, must be fed within a range to ensu...[Details]