04-07-2010 01:57 AM
I want to do a SPI timing AC characteristics.
I use labview capture a frame of SPI data package from a oscilloscope and display in a waveform Graph.
Lead time, Data setup time, data hold time... should be measured.
So, what is the next step should i do?
Thanks
04-08-2010 07:38 AM
04-08-2010 07:09 PM
Thank you, asastet.
I test the SPI module of a MCU. I have download a code to init the SPI and transfer a data package continuously.
The 4 channels of oscilloscope connected with SS, CLK, MOSI, MISO.
In labview, I capture a frame of SPI data package from oscilloscope and display in waveform graph control.
My project will automatically measure the data setup time and data hold time according CLK vs. MOSI.
Thanks.