本帖最后由 yhy08090 于 2019-6-1 10:15 编辑
PIC16 LF 18346 单片机 怎么设置工作电压到1.8V
设置了 FVRCON = 0XAA;
设置了 OSCFRQ = 0x06; //16MHZ
#pragma config RSTOSC = HFINT1 // Power-up default value for COSC bits->HFINTOSC (1MHz)
#pragma config BOREN = OFF // Brown-out Reset Enable bits->Brown-out Reset enabled, SBOREN bit ignored
#pragma config BORV = LOW // Brown-out Reset Voltage selection bit->Brown-out voltage (Vbor) set to 2.45V
1.8V的电源接上,不能正常跑起来
|