Quantcast
Channel: MPLAB® Code Configurator
Viewing all articles
Browse latest Browse all 2062

BUG: PIC18F26K80 & PortB nRBPU (cintet)

$
0
0
Hi, MCC3.85.1DEVICE: PIC18F26K80 The code generated for enabling Weak Pullups for PORTB set RBPU to HIGH. Here the MCC code: void PIN_MANAGER_Initialize(void)
{
/**
LATx registers
*/
LATA = 0x0F;
LATB = 0x38;
LATC ..

Viewing all articles
Browse latest Browse all 2062

Trending Articles