stm32f10x_tim.c void TIM_UpdateRequestConfig( ) wrong!
Posted on October 01, 2014 at 10:25// if (TIM_UpdateSource != TIM_UpdateSource_Global) // Previous. if (TIM_UpdateSource == TIM_UpdateSource_Global) // Change,CAIYONG. #stm32f10x_tim.c
Posted on October 01, 2014 at 10:25// if (TIM_UpdateSource != TIM_UpdateSource_Global) // Previous. if (TIM_UpdateSource == TIM_UpdateSource_Global) // Change,CAIYONG. #stm32f10x_tim.c
Posted on September 30, 2014 at 15:27 Hello, I've been trying to get any life out of the I2S3 output from my STM32 Discovery board, but for some reason I cannot even get a clock signal (CK), as seen with oscilloscope. It also never seems...
Posted on May 20, 2012 at 20:02 The input to this function is a 'Desired Frequency' and the function, fairly quickly locates (out of the 4 billion possibilities! (ARR(16bit)*PSC(16bit)) the correct values for a given TIMER'S PRESCALER(PSC) and P...
Posted on September 30, 2014 at 21:29Hello,I've been racking my head trying to make sense of how to correctly configure the I2S Hardware to interface with the MP45DT02 microphone. I've been looking at ST's waverecorder.c for inspiration but I think ...
Posted on September 13, 2014 at 01:46I am having troubles setting up IAR Function Profiler so I wanted to double-check: The grey ''ST-LINK/V2'' device vs the debug interface within discovery board. Are these the same exact thing? At least my Windows...
Posted on September 17, 2014 at 09:35Hello. I am working in a R&D Project with the STM32 MCU. I have implemented Ethernet functionality like examples provided by ST. Frame transmission and reception are OK (checked with Wireshark). Now I must add PT...
Posted on September 30, 2014 at 18:55http://www.st.com/web/en/catalog/tools/PF257901 Hadn't notice this before, also supports STM32F411 devices now.
Posted on September 19, 2014 at 17:18I'm designing a USB microphone, using STM32F0. All of the reference or example codes I can find are for USB speaker, and further more, they support only single sampling frequency. Is there anybody can provide any...
Posted on August 04, 2014 at 10:28How can I try the Nucleo board with a Keil. It reports a missing target ...411. Why that? #keil #nucleo #stm32f411
Posted on September 30, 2014 at 12:11Hi, I'm using an STM32L051 microcontroller for a low power application. Actually I am working on a state change between low power and normal operating mode. Therefore I am trying to switch the system clock to PLL...