02-07-2011 05:44 AM
we are designing an I2C bus using LABVIEW9,we unable to get the module like digital input,digital output and digital enable,we are attaching those VI diagrams,kindly suggest how to get this
02-08-2011 08:21 AM
Hello,
These are probably individual I/O lines are available/created under the FPGA target as shown in the diagram. You need to create them first. To use them, you need to drag and drop them from the project explorer onto your block diagram. Make sure your vi is created under the appropriate target and not under 'my computer' in the project explorer tree.
For info on how to create FPGA I/O resources try this link:
http://zone.ni.com/reference/en-XX/help/371599B-01/lvfpgahelp/creating_fpgaio/
You may want to try out the following example: http://decibel.ni.com/content/docs/DOC-1151
02-23-2011 11:37 PM
Respected sir
we are implementing SPI bus by refering the SPI tutorial,and found difficult while implementing the rounded block which is attached.Kindly suggest some ideas to implement this.