Posted on May 17, 2011 at 09:33Hi, i´m tryinig to communicate over the SSP interface. I´ve tried the SSP example from ST and it works fine, but i can receive data even if there ist no connection between the MOSI and MISO PINs. The Data are given o...
Posted on May 17, 2011 at 09:33Of course I did, now it works, but when i´m sending dummy data via DMA_SSP and try to receive Data via SSP i only get the Dummy Data i sent out. I have Disabeld the loopback mode. Any suggestion why?? thanks. greeni
Posted on May 17, 2011 at 09:33Hi, I´m trying to implement SSP communication with SSP. My sending function works fine, but the receiving don´t works. Here´s my code: SCU_AHBPeriphClockConfig(__DMA,ENABLE); DMA_DeInit(); DMA_Cmd(ENABLE); DMA_SyncConf...
Posted on May 17, 2011 at 09:31Have you ported the str websever example with uip to keil? I tried, but with the str startup file keil can´t compile. But when i use the keil startup code, keil compiles the files but the webserver don´t runs. do you...