CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 11 matches
CCS Forum Index
Author Message
  Topic: 18f46k22 interrupt no work
daniel82

Replies: 17
Views: 30074

PostForum: General CCS C Discussion   Posted: Thu Jan 13, 2011 1:33 am   Subject: 18f46k22 interrupt no work
Thank you very very much Exclamation
  Topic: 18f46k22 interrupt no work
daniel82

Replies: 17
Views: 30074

PostForum: General CCS C Discussion   Posted: Tue Jan 11, 2011 8:25 pm   Subject: 18f46k22 interrupt no work
My PC is locked by IT dept, I will upgrade it but really take time to get all the internal approval, the project really urgent, can you help me to look into first? Thank you very much!
  Topic: 18f46k22 interrupt no work
daniel82

Replies: 17
Views: 30074

PostForum: General CCS C Discussion   Posted: Mon Jan 10, 2011 8:32 pm   Subject: 18f46k22 interrupt no work
i follow your instruction tested it work for:

#use RS232(baud=19200, xmit=PIN_C6, rcv=PIN_C7, STREAM = COM1, ERRORS)


but i reserve PIN_C6 and PIN_C7 for RS485.
so i edit PIN_C6 to PI ...
  Topic: 18f46k22 interrupt no work
daniel82

Replies: 17
Views: 30074

PostForum: General CCS C Discussion   Posted: Mon Jan 10, 2011 2:16 am   Subject: 18f46k22 interrupt no work
I have tested several time, still can't work, after the interrupt triggering, LED_D1 blink twice, but I didn't receive the msg "testing...".

#include <18f46K22.h>
#fuses INTRC_IO, ...
  Topic: 18f46k22 interrupt no work
daniel82

Replies: 17
Views: 30074

PostForum: General CCS C Discussion   Posted: Sun Jan 09, 2011 9:25 pm   Subject: 18f46k22 interrupt no work
Another question Sad

Now the problem from UART, the program run until blink the LED_C1 only, I can't get the msg "Send". What's wrong is that? I had read others ppl issue here same li ...
  Topic: 18f46k22 interrupt no work
daniel82

Replies: 17
Views: 30074

PostForum: General CCS C Discussion   Posted: Sun Jan 09, 2011 7:27 pm   Subject: 18f46k22 interrupt no work
Yes it work, thank you very much! Laughing
  Topic: 18f46k22 interrupt no work
daniel82

Replies: 17
Views: 30074

PostForum: General CCS C Discussion   Posted: Thu Jan 06, 2011 10:21 pm   Subject: 18f46k22 interrupt no work
Yes the design same as yours, the only diff is I used 10kohm. I do measure the PIC pin, when push button pressed, voltage from 5v to 0v.

Another test I try on PICkit 44-pin demo board, it connected ...
  Topic: 18f46k22 interrupt no work
daniel82

Replies: 17
Views: 30074

PostForum: General CCS C Discussion   Posted: Thu Jan 06, 2011 7:55 pm   Subject: 18f46k22 interrupt no work
Another test i using interrupt timer it doesn't work also Crying or Very sad


#include <18f46k22.h>
#fuses H4,NOPROTECT,NOLVP,INTRC
#use delay(clock=8Mhz)


/////////////////////////////// ...
  Topic: 18f46k22 interrupt no work
daniel82

Replies: 17
Views: 30074

PostForum: General CCS C Discussion   Posted: Thu Jan 06, 2011 7:44 pm   Subject: 18f46k22 interrupt no work
Thanks for your reply, I added the command but still can't trigger the interrupt. What else I can do? I confirm no problem with my circuit.

#include <18f46k22.h>
#fuses H4,NOWDT,NOPROTECT,N ...
  Topic: 18f46k22 interrupt no work
daniel82

Replies: 17
Views: 30074

PostForum: General CCS C Discussion   Posted: Thu Jan 06, 2011 4:26 am   Subject: 18f46k22 interrupt no work
Is that compiler problem? anyone can help me?? Sad
  Topic: 18f46k22 interrupt no work
daniel82

Replies: 17
Views: 30074

PostForum: General CCS C Discussion   Posted: Wed Jan 05, 2011 3:09 am   Subject: 18f46k22 interrupt no work
Hi,

I'm 1st time using K series, may I know why interrupt no working on this chip but others chip working fine.
Please help!
Compiler ver 4.109.

#include <18f46k22.h>
#fuses H4,NOWDT,NO ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group