comparison src/hwos.asm @ 645:070528a88715

3.16 release
author heinrichsweikamp
date Sun, 07 Nov 2021 12:39:23 +0100
parents 7d8a4c60ec1a
children ef2ed7e3a895
comparison
equal deleted inserted replaced
644:1e695355dfc4 645:070528a88715
179 179
180 ;bcf RCON,SBOREN ; brown-out off (not needed here, is handled in bootloader) 180 ;bcf RCON,SBOREN ; brown-out off (not needed here, is handled in bootloader)
181 bcf RCON,IPEN ; priority interrupts off 181 bcf RCON,IPEN ; priority interrupts off
182 182
183 banksel WDTCON 183 banksel WDTCON
184 movlw b'10000000' ; setup watchdog 184 movlw b'00010000' ; setup watchdog, put VCORE Reg into Ultra Low-Power mode in Sleep
185 movwf WDTCON ; ... 185 movwf WDTCON ; ...
186 186
187 187
188 ; I/O Ports 188 ; I/O Ports
189 banksel 0xF16 ; addresses F16h ... F5Fh are not part of the access RAM 189 banksel 0xF16 ; addresses F16h ... F5Fh are not part of the access RAM