PIC MCU TUTORIALS #10 – Configuration bits & How to configure them (Absolute Beginner)
9.8K views on YouTube
In this video, I’ll talk about special types of registers called “configuration registers”. These registers are not directly accessible at runtime, and they usually change the microcontroller’s behavior in a big way. I’ll also show you an easy way to configure these registers through MPLAB X IDE…
___________________________
– “config.h” file download link:
https://drive.google.com/file/d/1NhqZiP2VV5xu6_4WKc81jf4C5MJ8EH2U/view?usp=sharing
– About code read/write protection bits:
https://microchipdeveloper.com/xc8:selective-code-protection
___________________________
– Microcontroller used in the video: PIC18F46K22
– Programmer used in the video: PICKIT3
___________________________
– Why does my MPLABX IDE look different?:
___________________________
– Next video:
– Previous video:
___________________________
Timestamps:
[0:00] Start of the video
[0:16] Configuration bits explained
1:04 Which registers to configure
[1:53] How to configure configuration bits in MPLAB X IDE
2:59 Explaining bit by bit
7:03 How to learn about a config bit by yourself
8:12 Explaining continued…
12:33 How to generate and load the config code
13:02 Some notes
[13:45] End of the video