Author |
Message |
Topic: 18F24j10 Delay time Error |
kkatesuda
Replies: 0
Views: 3132
|
Forum: General CCS C Discussion Posted: Fri Sep 07, 2007 5:28 am Subject: 18F24j10 Delay time Error |
I use PIC 18F24j10 with CCS 3.249 and MPLAPIDE 7.4
I try to use 18F24j10 with 20MHz Crytal and simple code like this
#include <18F24j10.h>
#fuses PRIMARY, HS,NOSTVREN,PROTECT,NOFCMEN,NO ... |
Topic: interrupt |
kkatesuda
Replies: 8
Views: 7424
|
Forum: General CCS C Discussion Posted: Thu Jul 12, 2007 3:51 am Subject: interrupt |
Wow Thank you very much. It give good idea for me to user "interrupt on change" |
Topic: Question for Float Variable |
kkatesuda
Replies: 4
Views: 6259
|
Forum: General CCS C Discussion Posted: Mon Sep 11, 2006 12:43 pm Subject: Question for Float Variable |
Please give me more. How i use float.h just include? plase give me some example.
Thank you very much.
Katesuda |
Topic: led display |
kkatesuda
Replies: 1
Views: 3704
|
Forum: General CCS C Discussion Posted: Mon Sep 11, 2006 8:37 am Subject: led display |
I'm not sure what your mean 1 Led or LED screen board or LCD if you led mean LCD 2x16 charactor it easy for u to if you use
#include <lcd.c>
and use this function
lcd_putc(c) ... |
Topic: Question for Float Variable |
kkatesuda
Replies: 4
Views: 6259
|
Forum: General CCS C Discussion Posted: Mon Sep 11, 2006 8:25 am Subject: Question for Float Variable |
I try to use Float to define my Variable
Float my_variable
Please give me more infomation for the data lenght of Float
I try to use Float for my variable that have value between 0 - 1 but ... |
Topic: Interrupt in 18f4431 not work |
kkatesuda
Replies: 4
Views: 5928
|
Forum: General CCS C Discussion Posted: Sat Sep 09, 2006 11:46 pm Subject: Interrupt in 18f4431 not work |
Very Thank for PCM programmer
I found the problem it from 18f4431 it not receive any information. I not have any debugger, very thank for your helpful. Now I use other cpu for temperary 18f4550 it ... |
Topic: Interrupt in 18f4431 not work |
kkatesuda
Replies: 4
Views: 5928
|
Forum: General CCS C Discussion Posted: Sat Sep 09, 2006 8:11 pm Subject: Interrupt in 18f4431 not work |
Thank you for PCM programmer after I burn use your code to my PIC Chip. Interrupt not work again. I don't know why. |
Topic: Interrupt in 18f4431 not work |
kkatesuda
Replies: 4
Views: 5928
|
Forum: General CCS C Discussion Posted: Sat Sep 09, 2006 9:14 am Subject: Interrupt in 18f4431 not work |
I use 18f4431 and interrupt not work. I already initial interrupt function
enable_interrupts(GLOBAL); //enable global interrupts
enable_interrupts(INT_RDA); //enable Serial Interrupts
and I alr ... |
|