MICROCHIP IC怎么把Configuration Bits的设置放在程序里?
想在程序里放代码,自动设置配置位list p=xxFxx ; list directive to define processor
#include <p1xxFxx.inc> ; processor specific variable definitions
__CONFIG_CP_OFF & _WDT_ON & _BODEN_ON & _PWRTE_ON & _RC_OSC
上面是CONFIG的一种写法,注意CONFIG前面是2个下划线“_”,中间没有空格,而且不能在行的第一列位置,至少空一格
页:
[1]