STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F40/ DSP PERFORMANCE

Posted on February 25, 2014 at 12:11Hi ;   We produce madical instruments ; our main products depends on stm32f407 and we are happy with it ; Now are designing a new product that needs many DSP filters ( FIR + IIR ) ; the sampling rate would be abou...

stm32 timer IC counter reset

Posted on February 25, 2014 at 13:54UPDATE: The TIM_SelectInputTrigger function and the TIM_ITRxExternalClockConfig function both write to the TS bits in the TIMx_SMCR register so the final value is ITR2 overwriting the TI1FP1 value set.  Because I ...

adam by Associate
  • 518 Views
  • 0 replies
  • 0 kudos

stm32f4 and PSRAM

Posted on April 27, 2013 at 17:53The original post was too long to process during our migration. Please click on the attachment to read the original post.

warcatz by Associate II
  • 881 Views
  • 3 replies
  • 0 kudos

making a Timer delay???

Posted on February 25, 2014 at 10:55The original post was too long to process during our migration. Please click on the attachment to read the original post.

STM32F050F6 vs STM32F031F6

Posted on February 25, 2014 at 10:09Hello, while most for of the STM32F050 series is NRND, STM32F050F6 is still active. However it seems identical with  STM32F031F6. Do I miss something? #stm32f0

ST-Link (SWD)// STM32F4Discovery

Posted on February 22, 2014 at 14:31I used the discovery kit to prototype a control-board. The self developed board using the stm32F4 MPU works well. Thus far i flashed it with the st link debugger that is integrated into the kit, which worked fine....

fhorvat by Associate
  • 447 Views
  • 2 replies
  • 0 kudos

System Tick Problem

Posted on February 24, 2014 at 06:27 Hi , I am using STM32F429 discovery. The system tick is suppose to produce an interrupt every 1ms. However, i have gotten 3.12ms instead. Did i make a mistake ? int main(void) { Init_...

Potential CAN STM32F10x Bug

Posted on February 23, 2014 at 16:05 Dear all, I'm having problems to understand what's happening. While searching for the cause of the error I started from the scratch - the code is stripped down to the bare minimum. I think any cross interf...

bernhard by Associate II
  • 773 Views
  • 3 replies
  • 0 kudos

STM32L152 I2C communication with LCD (NHD-C0220BiZ)

Posted on February 12, 2014 at 15:07 Hello, I'm trying to interface the STM32L152 Discovery with an LCD display (NHD-C0220BiZ-FSW-FBW-3V3M) through I2C. I'm finding a problem when trying to write the first command to the LCD the code gets...

camila by Associate II
  • 2340 Views
  • 16 replies
  • 0 kudos

HSE clock on STM32L100CDISCOVERY

Posted on February 19, 2014 at 14:10 Hi all, I have a question about HSE clock source. I loaded the demo and added some code to check the HSE clock on PA8. ... GPIO_InitTypeDef GPIO_InitStructure; ... int main(void){ ... RCC_HS...