02-02-2011 04:19 PM
I'm trying to create an EEPROM scanner/programmer using a PXI-6541. I have some EEPROMs with 24 address lines and 16 data lines. I want to scan addresses 0000h to 8000h and log the data in a file so I can program other EEPROMs with the same data. Can someone help me get started with this, please?
02-02-2011 04:31 PM
Sounds like a fun project but EEPROM programmers are pretty cheap.
Have you already tried to put the program together? Have you interfaced to the device? What is the part number for the EEPROM? Have you studied the datasheet? And do you have a good idea of what is needed in order to read and write the devices and just need LabVIEW help?
02-02-2011 05:12 PM
This is actually an array of EEPROMs that I'm trying to read/write. Nothing that can be done with an off-the-shelf solution. The hardware interface is in-process. I just need LV help. I just need the vi to: address 0000, log 16-bit data, address 0001, log data, address 0002, log data, etc... I'm pretty good at modifying examples to fit my needs. I just couldn't find a good example of this.
02-02-2011 06:10 PM
Hey jallen_100,
It sounds like you are trying to do something similar to this Memory Test Reference Design. Check out the code linked at the bottom of the document, and try using part of the code that fits your need, and modify the rest that you don't need, or that won't work with your device. Also, are you going to be using more than the 32 channels of the one board, or will you require 2 devices? If so, then you should check out the Tclk examples, but if not then the above should be enough to get you started. Hope this helps get you started, or at least an idea of what you might be able to do.
Regards,
DJ L.
01-17-2018 09:59 AM
Hi. I hate to bring up an old topic but that link is dead. Is there another link to it?
01-18-2018 04:26 PM
RyanFL,
I haven't been able to find another link for this, but it could be helpful to create another post under the High Speed Digitizers forum and maybe someone there might know another link, or something else helpful.