View previous topic :: View next topic |
Author |
Message |
Andmo
Joined: 04 May 2015 Posts: 14
|
SST26 Flash Driver |
Posted: Wed Jun 28, 2017 11:35 pm |
|
|
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: 9226 Location: Greensville,Ontario
|
|
Posted: Thu Jun 29, 2017 4:50 am |
|
|
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: 19513
|
|
Posted: Thu Jun 29, 2017 6:38 am |
|
|
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
|
|
Posted: Fri Jun 30, 2017 1:46 am |
|
|
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
|
|
Posted: Mon Sep 14, 2020 9:44 am |
|
|
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: 9226 Location: Greensville,Ontario
|
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19513
|
|
Posted: Mon Sep 14, 2020 11:10 am |
|
|
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... |
|
|
|