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 7 matches
CCS Forum Index
Author Message
  Topic: SPI FLASH (NexFlash NX25P40 or ST 25P40)
mp3fusion

Replies: 2
Views: 6161

PostForum: General CCS C Discussion   Posted: Mon Aug 01, 2005 3:14 pm   Subject: consideration about voltage
I also remembered something ... the flash runs at 2.7 to 3.6 volts ...
you have to use a level shifter to change the spi flash output from 5 to 3.6
  Topic: SPI FLASH (NexFlash NX25P40 or ST 25P40)
mp3fusion

Replies: 2
Views: 6161

PostForum: General CCS C Discussion   Posted: Mon Aug 01, 2005 3:08 pm   Subject: SPI FLASH (NexFlash NX25P40 or ST 25P40)
I have used the flash memory ... It is really good ... and easy to implement

If you need the driver for it ... just e-mail me at [email protected]

Shortly I am going to put it in the library .. ...
  Topic: pointer addition
mp3fusion

Replies: 2
Views: 5725

PostForum: General CCS C Discussion   Posted: Tue Feb 01, 2005 3:07 pm   Subject: pointer addition
Thank you very much from your help ... it was really helpful

I actually found the problem my code ...

the pointer that I defined was inside a structure ...


typedfe struct
{
. ...
  Topic: pointer addition
mp3fusion

Replies: 2
Views: 5725

PostForum: General CCS C Discussion   Posted: Tue Feb 01, 2005 2:25 pm   Subject: pointer addition
Hello everyone ...

I need to have a pointer addition so that it points to a new location in the memory

my code is something like this ...



not_used_vehicle // pointer to some str ...
  Topic: Pass a struct to function
mp3fusion

Replies: 1
Views: 5701

PostForum: General CCS C Discussion   Posted: Tue Dec 21, 2004 11:50 pm   Subject: Pass a struct to function
Hello ... I am trying to pass a struct to a function like this



typedef struct
{
float longitude; // logitude in degree /min/ sec
float latitude; // latitude in d ...
  Topic: RS-232 for PIC18F8720
mp3fusion

Replies: 1
Views: 6103

PostForum: General CCS C Discussion   Posted: Mon Dec 20, 2004 11:57 am   Subject: RS-232 for PIC18F8720
Hello

18F8720 has two USART so I assume it can have two rs-232 connections at the same time ....

I am just wondering how could I use #int_rda for two different interrupts ....

Thank you

Fa ...
  Topic: question regarding spi
mp3fusion

Replies: 1
Views: 6146

PostForum: General CCS C Discussion   Posted: Mon Dec 13, 2004 9:36 pm   Subject: question regarding spi
Hello

I had a question regarding the #int_ssp directive used by the ccs compiler ...
(there was no section in the help section of the ccs software)

I was looking over the data sheet of 16f877A ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group