Posted on March 16, 2006 at 19:10I already have BSPI_BSPI0Conf (ENABLE) commented out in the code I posted. But I did try it uncommented as well. Now this is BSPI_BSPI0Conf(): INLINE void BSPI_BSPI0Conf(FunctionalState NewState) { if (NewState == E...
Posted on March 15, 2006 at 20:55Following up to my own post: Setting the S0.SSN pin high seems to get me me the MOSI and SCLK signals. I am using this pin as a GPIO for other purposes and I am short on I/Os. Any way to work around this? or is this ...
Posted on March 15, 2006 at 20:42I can't get BSPI0 to work, BSPI1 works just fine. The init routine is: void SpiStart( void ) { // BSPI_BSPI0Conf (ENABLE); APB_SwResetConfig (APB1, ENABLE, BSPI0_Periph ); APB_SwResetConfig (APB1, DISABLE, BSPI0_Pe...