Microcontroller Finally Breaks the GHz Barrier: i.MX RT1170 Released

Microcontroller Finally Breaks the GHz Barrier: i.MX RT1170 Released

Note: The 2019 ARM Tech Conference is approaching, marking the time for various software and hardware manufacturers to unveil new products. NXP is set to showcase the high-end RT1170 with the M7 core. 1. This series finally addresses the debugging issues encountered with the previous RT105x, providing up to 2MB of general-purpose SRAM. Whether for … Read more

What is the Purpose of Microcontroller Programs? How to Write Them? How to Upload to a Microcontroller?

What is the Purpose of Microcontroller Programs? How to Write Them? How to Upload to a Microcontroller?

The purpose of a microcontroller program is to make the microcontroller “obey” and perform a series of actions as designed by humans to achieve a specific function. For example, using a microcontroller to control a running light: after powering on, the first light turns on, then after a delay, the second light turns on, followed … Read more

Is a Microcontroller Considered Embedded?

Is a Microcontroller Considered Embedded?

01 Question Many students have been struggling with:Should I learn microcontrollers or embedded systems? Some say that microcontrollers are also embedded systems; is that correct? Is embedded just Linux? Today, let’s discuss this issue. 02 What is a Microcontroller The essence of a microcontroller is a type of computer. So what is a computer?A computer … Read more

How to Implement Digital Filtering Algorithms in Microcontrollers? (With Code)

How to Implement Digital Filtering Algorithms in Microcontrollers? (With Code)

ID: Technology Makes Dreams GreaterCompiled by: Li Xiaoyao The main function of a microcontroller is to control peripheral devices and achieve certain communication and data processing.However, in certain specific situations, mathematical operations are inevitably required, even though microcontrollers are not adept at implementing algorithms and performing complex calculations.This article mainly introduces how to implement digital … Read more

Microcontroller Qt Performance Finally Smooth

Microcontroller Qt Performance Finally Smooth

Description: Last year, the Qt performance on the F469 and F769 was quite laggy. This newly released video is impressive. It showcases the Qt performance on ST’s F7, Renesas’ RH850, and NXP’s i.MX RT1050. The cool video demonstrates the effects, where the RH850 is used for a car dashboard display: Frame: The Renesas RH850 can … Read more

Microcontroller Series

Microcontroller Series

Recently, many participants in the intelligent vehicle competitions in various provincial regions have inquired about the microcontroller series. Since the regulations in three provincial competition areas allow each school to register two teams for each small competition topic, but to limit the issue of clone vehicles, it is required that these two teams from the … Read more

Analysis of Three FPGA Chip Companies!

Analysis of Three FPGA Chip Companies!

Today, we continue to delve deeply into the semiconductor industry and related companies. To begin with: For those looking to invest in semiconductors at a low point, please be patient a little longer. I still believe we need to wait. Yesterday, my senior sister mentioned that while the space for decline is sufficient, the time … Read more

Understanding the Internal Structure and Principles of CPLD and FPGA

Understanding the Internal Structure and Principles of CPLD and FPGA

Programmable Logic Devices (PLDs) originated in the 1970s and are a new type of logic device developed based on Application-Specific Integrated Circuits (ASICs). They are the main hardware platform for digital system design today, characterized by being fully configurable and programmable by users through software to perform specific functions, and can be repeatedly erased and … Read more