Author |
Message |
Topic: Debug window not found! |
JULIEN LAFFITTE
Replies: 5
Views: 13613
|
Forum: General CCS C Discussion Posted: Wed Mar 15, 2017 8:54 am Subject: Debug window not found! |
I'm on Windows 10 Pro 64bits version 1607 and i think the "reset debug windows" not work correctly... |
Topic: Debug window not found! |
JULIEN LAFFITTE
Replies: 5
Views: 13613
|
Forum: General CCS C Discussion Posted: Wed Mar 15, 2017 3:32 am Subject: Debug window not found! |
Hi
I'm working sometimes with 2 screens and now i don't find the debug window. I think it is out of my screen!? I don't find in compiler options or in installed files a way for reset the default pos ... |
Topic: IrDA with PIC? |
JULIEN LAFFITTE
Replies: 2
Views: 6849
|
Forum: General CCS C Discussion Posted: Mon Mar 22, 2010 10:19 am Subject: IrDA with PIC? |
hello
I know 16 bit PIC have built in IrDA function but I can't use this pic family for the moment.
I have searched for code for using directly IrDA transceiver (TFDU6300) without encoder/decoder ch ... |
Topic: one wire search rom problem |
JULIEN LAFFITTE
Replies: 2
Views: 6032
|
Forum: General CCS C Discussion Posted: Fri Jan 18, 2008 2:25 am Subject: one wire search rom problem |
Thank you
I'm sorry to have take your time for that , but now I know
Thanks again! |
Topic: one wire search rom problem |
JULIEN LAFFITTE
Replies: 2
Views: 6032
|
Forum: General CCS C Discussion Posted: Thu Jan 17, 2008 11:34 am Subject: one wire search rom problem |
Hello
I m trying to implement the SEARCH ROM command on my application.
But when I compile a problem appear on this line, in the include for one wire device:
int8 ROM
#include <18F2523.H>
# ... |
Topic: string as parameter |
JULIEN LAFFITTE
Replies: 2
Views: 4756
|
Forum: General CCS C Discussion Posted: Thu Jul 19, 2007 6:00 am Subject: string as parameter |
Thanks a lot for these precisions
best regards |
Topic: string as parameter |
JULIEN LAFFITTE
Replies: 2
Views: 4756
|
Forum: General CCS C Discussion Posted: Thu Jul 19, 2007 2:50 am Subject: string as parameter |
hello i want to know :
-if it's possible to give a string as parameter like in the example
-if yes what the correct syntax
-if after executing bidule(), machin1char machin1[4],machin2[ ... |
Topic: 18f2523 20Mhz compatible whith HSPLL mode? |
JULIEN LAFFITTE
Replies: 1
Views: 3745
|
Forum: General CCS C Discussion Posted: Tue Jul 17, 2007 10:00 am Subject: 18f2523 20Mhz compatible whith HSPLL mode? |
hello
I use a 18f2523 and i want to know if i can use a 20Mhz cristall oscilator whith the HSPLL(H4) mode to have a 40Mhz internal frequencie?
thanks |
Topic: Driver For SHT75 Temperature & Humidity Sensor |
JULIEN LAFFITTE
Replies: 33
Views: 288901
|
Forum: Code Library Posted: Fri Jul 13, 2007 2:29 am Subject: Driver For SHT75 Temperature & Humidity Sensor |
I used the same code on a SHT11, however I'm not getting any meaningful readout.
The temperature is showing -39.9C all the time.
The only thing that I've changed are the:
Code:
#define s ... |
Topic: what the state of TMR0IF ? |
JULIEN LAFFITTE
Replies: 3
Views: 5629
|
Forum: General CCS C Discussion Posted: Wed Jul 04, 2007 9:58 pm Subject: what the state of TMR0IF ? |
tanks |
Topic: Maximum pull up resistance on I/O |
JULIEN LAFFITTE
Replies: 10
Views: 8215
|
Forum: General CCS C Discussion Posted: Wed Jul 04, 2007 9:10 am Subject: Maximum pull up resistance on I/O |
we reflect in this other way |
Topic: what the state of TMR0IF ? |
JULIEN LAFFITTE
Replies: 3
Views: 5629
|
Forum: General CCS C Discussion Posted: Wed Jul 04, 2007 9:00 am Subject: what the state of TMR0IF ? |
hello
if it's possible , i want to know if these commands clear or not TMR0IF:
-setup_timer_0(mode)
-set_timer0(value)
-#INT_TIMER0
-enable_interrupts(INT_TIMER0);
-disable_inter ... |
Topic: Maximum pull up resistance on I/O |
JULIEN LAFFITTE
Replies: 10
Views: 8215
|
Forum: General CCS C Discussion Posted: Tue Jul 03, 2007 9:25 am Subject: Maximum pull up resistance on I/O |
tanks for your fast reply and your precisions
best regards |
Topic: Maximum pull up resistance on I/O |
JULIEN LAFFITTE
Replies: 10
Views: 8215
|
Forum: General CCS C Discussion Posted: Tue Jul 03, 2007 8:54 am Subject: Maximum pull up resistance on I/O |
whit the jumper, 470K pull up give me a comsumption of aprroximately 6uA(3/470K=6uA). It's really better than 300u.
can i use more than 470K ?
tanks a lot |
Topic: Maximum pull up resistance on I/O |
JULIEN LAFFITTE
Replies: 10
Views: 8215
|
Forum: General CCS C Discussion Posted: Tue Jul 03, 2007 7:44 am Subject: Maximum pull up resistance on I/O |
it's just a jumper for a logic state 1 or 0:
-without jumper, input to Vdd with pull up.
-with jumper, input to the ground.
with the jumper my 10k pull up make me consume 300uA and it's a lot for m ... |
|