Author |
Message |
Topic: lst file query |
vaishali
Replies: 4
Views: 8305
|
Forum: General CCS C Discussion Posted: Fri Dec 03, 2004 10:36 pm Subject: lst file query |
thank you very much, i will try that...... i have another question
in
#use i2c(Master,Fast,sda=PIN_C4,scl=PIN_C3) where have the words, Master, fast etc. been defined????
in the #include <18F2 ... |
Topic: lst file query |
vaishali
Replies: 4
Views: 8305
|
Forum: General CCS C Discussion Posted: Thu Dec 02, 2004 5:00 am Subject: lst file query |
hi all
i am using the PCWH compiler
IDE version 3.41
i have a query, regarding where do i get to see the lst file of the #use directive
for eg.
if we write something like i = 29; in the ... |
Topic: how to use the debugger watch window |
vaishali
Replies: 1
Views: 8608
|
Forum: General CCS C Discussion Posted: Mon Apr 19, 2004 6:20 am Subject: how to use the debugger watch window |
hello,
in the debugger there is a watch window, which says we can watch the variables used in the program change their contents as the program runs... how do u watch the special function register ... |
|