Page 1 of 1

SPI

Posted: Tue Mar 18, 2008 11:10 pm
by dvwagner
Can someone explain the component properties for the SPI and there use? NVM, DAC?

Re: SPI

Posted: Wed Mar 19, 2008 10:15 am
by Benj
Hello

If you go into the SPI properties then there is a help button which should take you directly to the SPI help file.

Otherwise the help file can be found in the main Flowcode V3 folder named SPI.hlp.

Re: SPI

Posted: Sat Jul 26, 2008 11:04 am
by jadiflow
Ben,

I will use the SPI for a non-flowcode component. What I wonder is whether the DAC and NVM enable bits are in any way assumed at one of the ports, and cause a possible conflict? Obviously I don't use those, I will use a dedicated output pin to enable/disable my device. Can I just ignore those DAC/NVM enable bits?

Jan Didden

Re: SPI

Posted: Mon Jul 28, 2008 10:31 pm
by Sean
The selected SPI component DAC and NVM enable lines are configured as outputs and set high when the SPI component is initialised.

If, after initialisation, you only use the 'SPI_Get_Char' and 'SPI_Send_Char' functions, the DAC and NVM/FRAM enable lines will not be used by the SPI component and can be re-allocated to other functions.

Re: SPI

Posted: Mon Aug 04, 2008 9:01 pm
by jadiflow
Thank you!

Jan Didden