Pessoal,
Existe alguma declaração específica em assembly para se fazer com que o 12F629 opere com oscilador externo, ou é só mesmo informar o software programador na hora de programar o dispositivo?
Moderadores: andre_luis, 51, guest2003, Renie
#include <p12F629.inc> ; processor specific variable definitions
errorlevel -302 ; suppress message 302 from list file
__CONFIG _CP_OFF & _CPD_OFF & _BODEN_OFF & _MCLRE_ON & _WDT_OFF & _PWRTE_ON & _INTRC_OSC_NOCLKOUT
; '__CONFIG' directive is used to embed configuration word within .asm file.
; The lables following the directive are located in the respective .inc file.
; See data sheet for additional information on configuration word settings.
Usuários navegando neste fórum: Nenhum usuário registrado e 1 visitante