Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi All,
I am using the SSP 0 of the Mbed in the SPI master mode. but we are not seeing any SSPclk.
We have configured to below values:
pclksel1 = C00;
PINSEL0 = 8000005f
PINSEL1 = 2A;
PINMODE0 = 0;
PINMODE1= faa;
SSP0CR0 = 78F;
SSP0CPSR = 2;
SSP0CR1 = 2;
Did any one use SSP in SPI mode earlier?
any information on configuration will be very helpful.