Configuration files, driver files, and driver programs are very easy to confuse those who are just starting to learn the C language of microcontrollers. Today, I will use my own confusion to enlighten others.
Take LED dynamic scanning as an example to see what is in the configuration file:
# include
#ifndef __LED_DISPLAY_CFG_H
#define __LED_DISPLAY_CFG_H //If this file is not defined, define this file
# define __LED_DIN1_ON() p1^1=0
# define __LED_DIN1_OFF() p1^1=1
..........
...........
#define__LED-SEG(DATA) p0=DATA
#endif
In summary, the so-called configuration is to define the function of the I/O port.
Driver file:
The function of the driver is to tell the compiler the functions used, such as initializing the driver, outputting strings, clearing the screen, etc. Generally, the string array (font library) is placed in the driver code (driver program).
Driver program: Protect the driver file (header file), the executable C source file of the configuration file (uncompiled C file or assembly file)
Reference address:Simple example parsing C language compiler configuration file, driver file, driver program
Take LED dynamic scanning as an example to see what is in the configuration file:
# include
#ifndef __LED_DISPLAY_CFG_H
#define __LED_DISPLAY_CFG_H //If this file is not defined, define this file
# define __LED_DIN1_ON() p1^1=0
# define __LED_DIN1_OFF() p1^1=1
..........
...........
#define__LED-SEG(DATA) p0=DATA
#endif
In summary, the so-called configuration is to define the function of the I/O port.
Driver file:
The function of the driver is to tell the compiler the functions used, such as initializing the driver, outputting strings, clearing the screen, etc. Generally, the string array (font library) is placed in the driver code (driver program).
Driver program: Protect the driver file (header file), the executable C source file of the configuration file (uncompiled C file or assembly file)
Previous article:The reusability of functions is manifested as libraries
Next article:How to write modular C programs in KEIL
- Popular Resources
- Popular amplifiers
Recommended Content
Latest Microcontroller Articles
He Limin Column
Microcontroller and Embedded Systems Bible
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
MoreSelected Circuit Diagrams
MorePopular Articles
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
MoreDaily News
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
Guess you like
- How to understand this parameter in the MOS tube specification?
- Why is it necessary to use a four-pin Kelvin connected resistor for current detection?
- Purgatory Legend-12864 LCD War
- Live Review: How to Design High-Performance Servo Drives Using Infineon IGBT7
- [Raspberry Pi 4B Review] + ARIA2 Remote Download Server Construction
- Italian court upholds enforceability of open source software license
- New support for C++ code in STM32 and examples of user C modules written in C++ in MicroPython
- Has anyone encountered the situation where the capacitor pulls down the voltage?
- [Analysis of the topic of the college electronic competition] —— 2020 TI Cup E topic "Amplifier nonlinear distortion research device"
- DSP C6000 Peripherals