Author |
Message |
Topic: how to run #int_ext with tiny bootloader |
tapasdas000
Replies: 5
Views: 6220
|
Forum: General CCS C Discussion Posted: Fri Apr 03, 2009 2:52 am Subject: how to run #int_ext with tiny bootloader |
please is there any export out there who can help me with the above problem |
Topic: I got a question about CCS C and Ultrasonic Sensor. |
tapasdas000
Replies: 6
Views: 7159
|
Forum: General CCS C Discussion Posted: Fri Apr 03, 2009 2:39 am Subject: I got a question about CCS C and Ultrasonic Sensor. |
hi
The sensor u got is only three pins from which 2 are power supply so u
only got the pin is sig pin for your controller. I have not much idea about that sensor but in these type of obstacle ... |
Topic: how to run #int_ext with tiny bootloader |
tapasdas000
Replies: 5
Views: 6220
|
Forum: General CCS C Discussion Posted: Thu Apr 02, 2009 7:00 pm Subject: how to run #int_ext with tiny bootloader |
hi thanks but I did not miss #FUSE but I am using my own header file and in that I have made #FUSE and my #FUSE is
#FUSES XT, BROWNOUT, NOWDT,NOLVP
I want to tell that my code is working fine excep ... |
Topic: how to run #int_ext with tiny bootloader |
tapasdas000
Replies: 5
Views: 6220
|
Forum: General CCS C Discussion Posted: Thu Apr 02, 2009 1:03 pm Subject: THANKS FOR RESPOND |
My code is simple test code.
Actually I am interfacing PIC16f877a with cc1100 Texas IC which is a 1 ghz transceiver
Initially I am checking external interrupt with simple test code. I am a new u ... |
Topic: how to run #int_ext with tiny bootloader |
tapasdas000
Replies: 5
Views: 6220
|
Forum: General CCS C Discussion Posted: Thu Apr 02, 2009 7:32 am Subject: how to run #int_ext with tiny bootloader |
Hi I am using tinyPIC bootloader 16f877a 20 mhz but I am unable use int_ext.
Can anybody help ?
I have already tried this code:
#build(reset=0x1, interrupt=0x8)
#ORG 0x0F00,0x0FFF { ... |
|