12-18-2014 06:27 PM
Do any body use a Cheetah SPI to write into a flash memory W25Q32?
the Cheetah ( http://www.totalphase.com/ ) have some LabView VIs, but there is no an example how to write all Flash memory, it's just ctrls, and instructions.
Solved! Go to Solution.
01-05-2015 09:50 AM
Have you tried using the Total Phase Cheetah Instrument Driver?
Total Phase Cheetah SPI Host Adapter - Instrument Driver - National Instruments:
http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=15792
That Instrument Driver already includes SPI examples, I recommend that you change the example instead of starting from scratch.
Please keep me up with your progress, best regards.
01-05-2015 10:21 AM - edited 01-05-2015 10:22 AM
Thank you DavidPrrs,
Actually I did and it's done!,
I have a very good speed in programming, very similar than Total Phase Software.
01-05-2015 11:33 AM
Excellent LuisMontoya!! I'm glad to heard that!!
Remember that we are here to support you, please don't forget to visit the NI community to seek or share examples.
Best regards!
01-06-2015 01:11 PM - last edited on 03-15-2024 02:40 PM by Content Cleaner
You likey know this already, but NI does sell a USB SPI device with other DIO functionality. (8451, 8452). But honestly for most of the stuff I do I was able to get away with using the Arduino LIFA toolkit. The Arduino toolkit has a palette for doing SPI and I2C, and the hardware is only $20.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
03-02-2017 11:21 AM
Can you share this code with me
03-02-2017 12:18 PM - last edited on 03-15-2024 02:40 PM by Content Cleaner
There is no code to share, just the API I already mentioned, LIFA.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YHdSCAW&l=en-US
Since then LINX has replaced it and has similar functionality.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-05-2017 05:25 AM
Hi guys i am using labview 2017 evaluation version for my application for that i need to use total phase spi adapter but to include that device drivers into my labview instrument drivers its not working like that. I have followed the procedure suggested by the total phase, but still i am getting error like VI is not executable and libraries not found.
Please help me if anyone faced this issue...
total phase installation procedure.
1) It is essential to place the cheetah.dll in the downloaded package into a directory that is listed in the system search path. The Windows
system32 directory is a good location for the DLL.
Similarly if there is another cheetah.dll in the path that does not match the version of the one required by this package, there can be unexpected problems. In this situation LabVIEW may exit unexpectedly, providing no error message.
2) Move the files in this package to the
<LabVIEW_install_path>/instr.lib
3) The Cheetah LabVIEW driver is now installed. You may find the Instrument Driver VIs through the functions palette:
Functions Palette | Instrument I/O | Instrument Drivers | Cheetah Driver
Alternatively, you can use the VI tree contained in the Cheetah LabVIEW
Driver. Open:
<LabVIEW_install_path>/instr.lib/cheetah/cheetah.llb
12-11-2018 01:11 AM
Hi LuisMontoya,
I just run into your post related to programming your flash memory using Labview code.
Can you share a sample code on how you did it (if you still have it)?
I'm having a hard time on Erasing, Programming and Verifying my flash memory using the llb files.
06-06-2023 01:05 PM
Hi, can you share with me the VI please?