2015-08-16 02:16 AM
Guys,
I want to try the example from : STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\SPI\DMA and I follow from readme.txt par How to use it ? In order to make the program work, you must do the following : - Copy all source files from this example folder to the template folder under Project\STM32F10x_StdPeriph_Template - Open your preferred toolchain - Rebuild all files and load your image into target memory - Run the example but I get this error on MDK-ARM : stm32f10x_rcc.c: Error: &sharp5: cannot open source input file ''..\..\..\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c'': No such file or directory From which directory can I get that ? Which main.c will I use ? from the SPI_DMA directory or from ''user'' directory ? Thanks #know-your-tools2015-08-17 03:00 PM
Are they what you mean ?