User Activity

Posted on March 13, 2016 at 14:38I'm having issues with ethernet on the STM32F7 discovery and nucleo boards.I set up a simple Keil project using STMCube by using selecting the dev board when you create the project. I enabled ETH and LWIP and launche...
Posted on February 08, 2016 at 17:03Hi,I'm having an issue setting up TIM1 for PWM on the STM32F446.In the following code, the PWM works for TIM2 but not for TIM1.Any ideas?Thank you.  RCC->APB1ENR |= (1UL << 0); // TIM2 clock enable  TIM2->PSC   = ...
Posted on January 25, 2016 at 19:50Hi,I have an issue with the STM32F429 (Discovery board with 8 MHz crystal).I created a Keil project (software pack based) and added the following SW packs:CMIS: CoreCMIS: DSPDevice: StartupThen I added the followin...