Posted on May 25, 2006 at 08:53Hi I have a problem in SPI to have communication work from slave->Master. Use str7 library. BSPI_BSPI0Conf(ENABLE); BSPI_Init ( BSPI0 ) ; BSPI_ClockDividerConfig ( BSPI0, 6); BSPI_Enable ( BSPI0 , ENABLE ); BSPI_Master...