2016-08-30 10:15 AM
Here i enclosed the Working Code For STM32F103.i Want to Convert this code to STM32F107 for Project Needs. This Code Not work in STM32F107 25Mhz Board .How can i init SPI According to the Board. This code Interface Between Serial Flash WINBOND and STM32.
Need Ur Suggestions #winbond-serial-flash2016-08-31 12:31 AM
did you use the
tool to set up your project?its an easy way to configure all the peripherals of ur MCU and get an ready to compile project which you easiely can modify.you can also load the configurations of the eval boards and modify them.2016-08-31 02:38 AM
Hi,
As proposed by 'd-chris' , you can start your own application from CubeMX to initialize peripherals needed with the configuration that you want.You may also, re-use sections available in the examples or get inspired from them.You can refer to the manual , exactly in section (25 Serial peripheral interface (SPI)) to have more idea about SPI configuration and refer to the STM32F107 datasheet for more details/clarification.Regards