Author |
Message |
Topic: visualisation float |
Eldert Besseling
Replies: 1
Views: 5902
|
Forum: General CCS C Discussion Posted: Thu Feb 10, 2005 2:52 am Subject: visualisation float |
Hello,
What is the best way to print a negative value between -1 and 0.
I have the value -0.5 so i print it as:
printf( "%01.1f%", data );
the output is: -.5
i tried several possibilit ... |
Topic: code for z-modem protocol |
Eldert Besseling
Replies: 1
Views: 8193
|
Forum: General CCS C Discussion Posted: Mon May 03, 2004 3:03 am Subject: code for z-modem protocol |
Hello all,
I am searching c-code to implement the z-modem protocol on a picmicro
Has somebody used this protocol by a picmicro? suggestions are welcome
Regards,
Eldert |
Topic: display driver |
Eldert Besseling
Replies: 3
Views: 10287
|
Forum: General CCS C Discussion Posted: Mon Apr 26, 2004 4:37 am Subject: display driver |
Hi All,
I am searching for drivers for the winstar WG12864F-YYH-V display
This is a LCD display with a character generator T6963C
Has somebody drivers written for it?
Regards
Eldert |
Topic: Drivers for LTC AD converter |
Eldert Besseling
Replies: 2
Views: 11004
|
Forum: General CCS C Discussion Posted: Mon Feb 09, 2004 4:57 am Subject: Drivers for LTC AD converter |
Hi All,
I am searching for drivers for the LTC24xx family
especially the 2412 / 2433 / 2436 (24 delta sigma ADC)
Has somebody drivers written for it?
Regards
Eldert |
Topic: set functions at a predefined location |
Eldert Besseling
Replies: 4
Views: 14504
|
Forum: General CCS C Discussion Posted: Tue Jan 13, 2004 9:04 am Subject: set functions at a predefined location |
Oke thanks all for your help it works
RGS Eldert |
Topic: set functions at a predefined location |
Eldert Besseling
Replies: 4
Views: 14504
|
Forum: General CCS C Discussion Posted: Tue Jan 13, 2004 5:28 am Subject: set functions at a predefined location |
Hi,
What is the best way to set a function in a pre defined location in ROM
i use #org statement but i have not a good result.
My intention is:
# set location in ROM
void function( void )
... |
Topic: external flash memory for PIC18Fxxxx |
Eldert Besseling
Replies: 3
Views: 10035
|
Forum: General CCS C Discussion Posted: Mon Dec 22, 2003 1:36 am Subject: memory |
Thank you for your reaction,
but i mean not a SPI device!
I'll try to extend my flash program memory with 2MB by using the address and data bus.
RGS
Eldert |
Topic: external flash memory for PIC18Fxxxx |
Eldert Besseling
Replies: 3
Views: 10035
|
Forum: General CCS C Discussion Posted: Sat Dec 20, 2003 12:46 pm Subject: external flash memory for PIC18Fxxxx |
Hi all,
At the moment i am searching for users that used the external memory interface for the large PIC 18F8(720) series
What are your experiences with them? expecially with the CCS compiler
... |
|