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 support@ccsinfo.com

SST26 Flash Driver

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Andmo



Joined: 04 May 2015
Posts: 14

View user's profile Send private message

SST26 Flash Driver
PostPosted: Wed Jun 28, 2017 11:35 pm     Reply with quote

Hello
I am looking for a driver for the flash memory SST26. Can I modify the driver from SST26 or has someone modified it?

Danks
temtronic



Joined: 01 Jul 2010
Posts: 9081
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Thu Jun 29, 2017 4:50 am     Reply with quote

It would really help if you supplied a link to the device you need the driver for, as well as your PIC type and the compiler version you're using.

Jay
Ttelmah



Joined: 11 Mar 2010
Posts: 19195

View user's profile Send private message

PostPosted: Thu Jun 29, 2017 6:38 am     Reply with quote

It depends what you actually want to do?.

If you are after using it's quad I/O mode, then 'forget it'. This will be slower by a huge margin on a PIC, that just using standard SPI. The PIC doesn't have the hardware to do quad I/O, so you would have to use software, and software SPI at best, will be perhaps 20* slower than the PIC hardware can manage.

If you just want to use it as a simple memory, then one of the existing drivers for same size memory, can be used. The device at boot supports the standard JEDEC commands and these are compatible with for example the MicroChip parts.

The extra security features would not be supported by these drivers, but since they include byte read and write routines, these extra commands could be added fairly easily.
Andmo



Joined: 04 May 2015
Posts: 14

View user's profile Send private message

PostPosted: Fri Jun 30, 2017 1:46 am     Reply with quote

Thanks a lot for your info. I need a simple memory. I tested with the SST25 Driver from CCS and it works.
Thanks
Spaeth



Joined: 05 Jun 2020
Posts: 27

View user's profile Send private message

PostPosted: Mon Sep 14, 2020 9:44 am     Reply with quote

Andmo wrote:
Thanks a lot for your info. I need a simple memory. I tested with the SST25 Driver from CCS and it works.
Thanks


Hello, I am trying to make an SST26VF064B running using the sst25vf.c driver but without success.
Did you get an SST26VF0xxB runnung using this code?
Did you do any modifications?
Can you send me a short sample code for testing the memory?

Best regards
temtronic



Joined: 01 Jul 2010
Posts: 9081
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Mon Sep 14, 2020 9:48 am     Reply with quote

This thread...

http://www.ccsinfo.com/forum/viewtopic.php?t=58959
maybe 2-3 posts down, may provide some help ??
Jay
Ttelmah



Joined: 11 Mar 2010
Posts: 19195

View user's profile Send private message

PostPosted: Mon Sep 14, 2020 11:10 am     Reply with quote

He is the one posting that thread.
I'm very puzzled, because everything says that with certain small limitations,
and a little tweaking the supplied driver ought to be able to work.

Possibly something silly like a faulty chip... Sad
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group