IO port control
Direction register TRISA~TRISAE
For example, TRISB=0x00; // 1 is input, 0 is output, so all portB ports are set to output
Data register PORTA~PORTE
For example, PORTB=0x01; // 1 is set high, 0 is set low, so portB1 is set high and other portB ports are set low
Example: Lighting program
#include __CONFIG (0x3B31); // PIC microcontroller needs to configure registers, see the manual for details void main() { TRISD=0xfe; // Set RD1 port as output PORTD=0x01; // Set RD1 port high //RD1=1; PORTD is the same as RD while(1); }
Previous article:PIC microcontroller minimum system (physical)
Next article:Serial port reception problems encountered by PIC microcontrollers
Recommended ReadingLatest update time:2024-11-16 13:02
- Popular Resources
- Popular amplifiers
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- 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
- 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
- Sharing joy with others is worse than enjoying it alone——TI training’s “recommended courses” function is now available for public testing. We invite you to make suggestions and participate in the competition!
- [Anxinke NB-IoT Development Board EC-01F-Kit] 1. Unboxing and Hardware Appreciation
- Seeking advice from hardware experts: PWM control transistor buck-boost output waveform
- TI C66x DSP instruction set jump instruction B
- November 24 live broadcast review: NXP's embedded human machine interface solution detailed explanation (including video playback, ppt, Q&A)
- BLDC Motor Control Algorithm - FOC Brief Introduction
- PyPortal weather and clock display
- TL437x-EVM Evaluation Board Test Manual (1)
- EEWORLD University - Understanding and comparing high-speed analog-to-digital (ADC) and digital-to-analog converter (DAC) converter architectures
- [Gizwits Gokit3 Review] + Networking and lighting up RGB lights