Giter VIP home page Giter VIP logo

Comments (7)

static-void avatar static-void commented on August 16, 2024

If you're reading the ID as 0xffffff then there is probably still something wrong somewhere, as this looks like nothing actually responded with real data.

from rtd266x_programmer.

bhura112 avatar bhura112 commented on August 16, 2024

http://www.mouser.com/ds/2/380/S25FS-S_00-271247.pdf
page - 137
i couldn't understand how can i read this device jedec Id
can you please help me out?

from rtd266x_programmer.

static-void avatar static-void commented on August 16, 2024

According to page 79 of http://www.mouser.com/ds/2/380/S25FS-S_00-271247.pdf your device should respond to command 0x9F (read ID command) with the information given in table 12.4.1. The jedec ID depends on the exact part number you are using, for example a 128Mb device should be 0x012018. The whole entry for the FlashDevices[] array would be:

{"S25FS128S" , 0x012018, 128 * 1024, 256, 64},

By all means add your device. However, you are currently getting 0xffffff in response to the read ID command, which means that something is not working correctly with the communications, and until this is resolved it is impossible to debug further.

from rtd266x_programmer.

bhura112 avatar bhura112 commented on August 16, 2024

Thank you so much sir for your help.
I appreciate.
Today I am successfully write and run my program .

from rtd266x_programmer.

static-void avatar static-void commented on August 16, 2024

Well done! What was the problem? I'm sorry I've been unable to assist over the last week or so as I have not had time, but I have intended to get back to you. If you have any improvements for the code pease submit a pull request and I'll review and merge.

from rtd266x_programmer.

bhura112 avatar bhura112 commented on August 16, 2024

Hello ,
Programmer Code is ok. No problem with this code ,my hardware connections are not correct so i get this error.
But Sir i have some problem with rtd2660 firmware code can you pleae help me?

from rtd266x_programmer.

static-void avatar static-void commented on August 16, 2024

Glad everything is working for you.

I'm afraid I haven't done any development with the firmware code. All I have done is to set up Keil and compile the firmware, without making any changes to it, so I can't help you there.

from rtd266x_programmer.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.