Author |
Message |
Topic: SFR with multiple addresses |
lvecch01
Replies: 6
Views: 12186
|
Forum: General CCS C Discussion Posted: Thu Apr 20, 2017 4:00 pm Subject: SFR with multiple addresses |
Ok, I solved the problem using the help and putting the statement #FUSES WDT and SETUP_WDT(576ms). Before of that I missed the #FUSES and it didn't work, thats why I took the hard way, setting an ... |
Topic: SFR with multiple addresses |
lvecch01
Replies: 6
Views: 12186
|
Forum: General CCS C Discussion Posted: Wed Apr 19, 2017 6:14 pm Subject: SFR with multiple addresses |
Thanks PCM, I did what you say and nothing seems to happen. If I delete the #byte OPTION=0X81 instruction, then when it try to compile bit_set(OPTION,0); it says me Undifined Identifier OPTION. ... |
Topic: SFR with multiple addresses |
lvecch01
Replies: 6
Views: 12186
|
Forum: General CCS C Discussion Posted: Wed Apr 19, 2017 2:52 pm Subject: SFR with multiple addresses |
Hello, I am a beginner in the microcontroller world and the following is breaking my head. I am using a 16F648A. For some Special Function Registers, this PIC has more than one address. PORTB add ... |
|