Page 1 of 1

Help file for MMC

Posted: 02 Mar 2011 22:05
by Toley
Only a simple observation. The help file for the MMC card library show the format of the other PIC familly for the SPI initialization
// Initialize the SPI module
SPI1_Init_Advanced(_SPI_MASTER, _SPI_8_BIT, _SPI_PRESCALE_SEC_1, _SPI_PRESCALE_PRI_64,_SPI_SS_DISABLE,
_SPI_DATA_SAMPLE_MIDDLE, _SPI_CLK_IDLE_HIGH, _SPI_ACTIVE_2_IDLE);
but the SPI help section and the example are OK
SPI1_Init_Advanced(_SPI_MASTER, _SPI_8_BIT, 64, _SPI_SS_DISABLE, _SPI_DATA_SAMPLE_MIDDLE, _SPI_CLK_IDLE_HIGH, _SPI_ACTIVE_2_IDLE);
Edit : Sorry it's in the wrong section, it is supposed to be on PIC32 forum.

Re: Help file for MMC

Posted: 03 Mar 2011 11:09
by filip
Hi,

Thank you for reporting this, it will be fixed.

Regards,
Filip.