Posted on May 17, 2011 at 09:35Thanks stevejamal. I changed your code slightly since the Flag SSP_FLAG_RxFifoEmpty does not exist to: while(SSP_GetFlagStatus(SSP0, SSP_FLAG_RxFifoFull)==RESET);which should do the same (hopefully). But it still does ...
Posted on May 17, 2011 at 09:35Dear all I would like to read out a LM95071 by SSP0. (see attachment) I connected the device on p2.4 (SC)p2.6 (MISO)p9.6(!CS) //2.7 is already used by USB_CLK and tried the following code on my Keil MCBSTR9 Evaluation ...