Help file for MMC

General discussion on mikroC PRO for PIC32.
Post Reply
Author
Message
Toley
Posts: 922
Joined: 03 Sep 2008 16:17

Help file for MMC

#1 Post by Toley » 02 Mar 2011 22:05

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.
Serge T.
Learning is an endeless process but it must start somewhere!

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Help file for MMC

#2 Post by filip » 03 Mar 2011 11:09

Hi,

Thank you for reporting this, it will be fixed.

Regards,
Filip.

Post Reply

Return to “mikroC PRO for PIC32 General”