04-13-2016 06:26 AM - last edited on 05-13-2024 02:11 PM by Content Cleaner
Hi Gents, I have found a document which is an example how to develope your custom C module for a cRio http://www.ni.com/example/7868/en/.
In this document there is an attachment with one project with a custom module already developed with SPI communications. See attachment
My question is if it possible to know the SPI pins in the 15 pin connector of the backplane. In the project view under the virtual folder "Digital Line Input and Output/EWB Custom", appears the SPI lines with names "SPI CS (DIO5)", "SPI MISO (DIO6)", etc. Are these DIO the pins in the connector?
My purpose is to use this project as a template to develope my own boards for personal use, without to purchase the cRIO-955x module development kit (MDK)
Best Regards
05-18-2016 03:15 AM
Hi All, kindly remainder if anybody could give me a hand with this
Best Regards
10-06-2016 01:41 PM
Hi again. Long time since I launched this post.
Could anybody help me with these please?
I will appreciate any comments
thanks¡¡
10-10-2016 12:29 PM - last edited on 05-13-2024 02:11 PM by Content Cleaner
Hi lcaro600
Unfortunately, what you are trying to achieve will not be possible without getting a cRIO MDK. The SPI FPGA I/Os you see were most likely defined with MDK suite where they actually piped MDK SPI IO and DIO for the user. There are probably other things happening in the background which you don’t have insight without the MDK software. Notice, the white paper actually mentions that MDK is required to do something like this.
Since you only want to develop a module for yourself you only need a cRIO MDK base (PN 781017-03). With this software you will get a MDK software which will unlock access to SPI bus, DIO pins, internal DMA FIFOs, timing etc.
You will also get an access to MDK hardware/software manual as well as access private cRIO MDK forum for support.
Miro T
National Instruments
10-13-2016 03:19 AM
Hi Miro_T, thanks for your response. This is what I was afraid, that I need the cRIO MDK, litle bit expensive only for personal use
Thanks anyway