LPC1343CodeBase icon indicating copy to clipboard operation
LPC1343CodeBase copied to clipboard

Incorrect SCK location in SSP0

Open Mihailss opened this issue 11 years ago • 0 comments

In IOCON_SCKLOC register writed value 0x00000003, by definition #define IOCON_SCKLOC_SCKPIN_PIO0_6. This value is reserved and must not be used. Value 0x00000002 must be presented to locate SCK to PIO0_6 pin. Issue in file \root\lpc134x.h, line 1911.

screenshot0012

Mihailss avatar Jul 19 '13 22:07 Mihailss