Posted on July 03, 2014 at 23:36 Hi, I just converted my project from Web Distribution 3.4 to Web Distribution 4.0 , and when compiling signed16[sMECSPEEDREF01HZ] = MCI_GetMecSpeedRef01Hz(*myMCI); signed16[sAVRGMECSPEED01HZ] = MCI_GetAv...
Posted on April 03, 2013 at 02:56 Where can I find workbench version 2.1? In a previous thread entitled '' Has STM32 MC FOC SDK V3.3 released?'', theST Motor Control Workbench V2.1 is mentioned.On this page, I found Version 2.0 of the Motor...
Posted on October 05, 2010 at 20:38 I downloaded the firmware package from here: http://www.st.com/mcu/modules.php?name=mcu&file=devicedocsmdt&FAM=110&DEV=STM32VLDISCOVERY When I open the file stm32f10x_an3268_fw.chm, the navigation pan...
Posted on April 16, 2013 at 00:30Version 2.1 can now be found here.http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1533/PF257839?s_searchtype=partnumber
Posted on December 12, 2011 at 00:50FYI, I believe my problem is that I should have hadSPI_I2S_DMACmd(SPI1, SPI_I2S_DMAReq_Rx | SPI_I2S_DMAReq_Tx , ENABLE);Instead of:/* Enable SPI_MASTER DMA Tx request */SPI_I2S_DMACmd(SPI1, SPI_I2S_DMAReq_Tx, ENAB...
Posted on December 09, 2011 at 21:20
I have done my best to digest those examples. My current program can successfully read the SPI via polling. I loop through that polling test 10 times, and then go into DMA Mode. Here is my code for DMA.
...
Posted on December 09, 2011 at 11:04Dang, Can I ask you to detail your example a bit more?Do you have the full assignments you made to DMA_Spi1TxStruct and DMA_Spi1RXStruct?And, just for completeness, the place where you issue the two commands for S...
Posted on December 09, 2011 at 07:02I guess I still don't see it. I am looking for a SPI / DMA full duplex example with two way communication, such as reading an SPI digital gyroscope. You send data over the Tx, and simultaneously read over the Rx...