UMCUserConfig
Here are some snippets of code which can be used in the USERCODE section of the UMC builder application.
- Input and Output (IO) Pins. Written by Jerry Messina. Setup USART pin directions and disable any analog pin functions.
- Defining BAUDCON. Written by Jerry Messina. Alias BAUDCON register.
- Internal OSC. Written by Jerry Messina. Configure the microcontroller internal OSC.
- PLL. Written by Jerry Messina. Configure the Phased Locked Loop (PLL) register.
- Delay Loop. Written by Jerry Messina. Can be used for powerup delay.