Ask an expertHow to track the variables of a subroutine in c-spy? ?Should I set it in watch or locals? ?I think I have set it before, but now I can't set it anymore...So frustrating... . . . . ....
The steps are as follows: 1. Functional requirements and implementation methods; 2. Hardware schematic design (how to proceed in the design? What issues need to be considered?) 3. While the hardware i...
I need help from an expert. I am using dsPIC33F series to control TI AD chip TLC3578, but I can't get it to work. Has anyone used this chip?
How to deal with it in the microcontroller program? Can you...
This article records the RTC timekeeping function and uses GPIO to control the LCD12864 to display the current timeCreate a new rtc.c file and add it to the project.in:0. RTC uses 32k crystal clock;Th...
I am a newbie using TI's LM3S8962. When I configured GPIO before, it seems that I misconfigured the USB GPIO port. Is this the case? I configured GPIOA. Now both ERASE and DOWNLOAD prompt that they ca...
[i=s] This post was last edited by paulhyde on 2014-9-15 09:08 [/i] Today, a netizen said that NEC has provided a chip for this year's competition. Does anyone have any news about this? ? I heard that...
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]
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]
The status of interrupts in developing embedded systems is absolutely unquestionable. In the era of C51 microcontrollers, there were only 5 interrupts, including 2 external interrupts, 2 timer/counte...[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]
I recently upgraded MDK to V5.25 and found that there are many libraries in the Managing Run-Time Environment. Compared with the past, it is much better, from the bottom-level driver to the upper-le...[Details]
CMSIS Driver has similar API functions and similar calling methods. It is a further encapsulation based on the ST HAL library. It is much more convenient and simpler to use and configure than the ST ...[Details]
1. The first project We are going to create the first project, which is mainly for project analysis, so that we can understand how CubeMX works and how to trace the code logic. Okay, no more nonsense...[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]
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]
According to foreign media reports, the 2018 GMC Terrain Denali is equipped with multiple collision detection systems, and a recent test verified the safety of the system. Even when driving in a bu...[Details]
Artificial Intelligence (AI) is undoubtedly the hottest topic in the technology industry in the past one or two years. In addition to the huge investments made by technology giants, financial and o...[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]