Posted on May 17, 2011 at 13:18Hello, I think you have to enable the SPI1 clock like >RCC_APB1PeriphClockCmd(RCC_APB1Periph_SPI1, ENABLE); without that it should not run. You can look in the example SPI\Simplex_Interrupt\main.c in UM0427. And you al...
Posted on May 17, 2011 at 13:18Hello, I have updated my IAR Workbench to Version 5.4 some weeks ago. I`m using the jlink from segger. After updating I had the same problems like you, so I contact IAR. The solution was to update my segger version to ...
Posted on May 17, 2011 at 13:14Hello, I'm working with the STM32F103VBT6. In my application I have to run a motor and communicate with another controller over the USART1 interface. Everything for its own works fine. But when I received data over the...
Posted on May 17, 2011 at 10:16Hallo Walterma, In my application I have to switch very fast between clockwise and counterclockwise, too. The problem is, that it tooks a time till the rotor stop, but I want to stop immediately. So I have to brake the...