comparison src/hwos.asm @ 647:357341239438

Merge
author heinrichs weikamp
date Thu, 14 Oct 2021 12:04:12 +0200
parents 7d8a4c60ec1a 5b7fe7777425
children aeca5717d9eb
comparison
equal deleted inserted replaced
644:1e695355dfc4 647:357341239438
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