Just two little ones
How do you set the config right for the 16f88
This is what I would start with if I was using asm
If I want to list my chip DEVICE PIC16F88Code:__CONFIG _CONFIG1, _CP_OFF & _CCP1_RB0 & _DEBUG_OFF & _WRT_PROTECT_OFF & _CPD_OFF & _LVP_OFF & _BODEN_OFF & _MCLR_ON & _PWRTE_ON & _WDT_OFF & _INTRC_IO __CONFIG _CONFIG2, _IESO_OFF & _FCMEN_OFF
Why doesn't show the INC in the left pane of microcode studio that nice to have thereCode:LIST p=16F88 ; list directive to define processor #INCLUDE <P16F88.INC> ; processor specific variable definitions
you could pop it up and find what registers you need to set





Bookmarks