STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Wrong project in STD PERIPH LIB

Posted on December 09, 2014 at 00:08Hi,when compiling an example in STM32f303_DSP_STD_PERIPH _LIB 1.10 I get lot of errors. then I check the project options (IAR) and the selected controller is arm7tdmi!  Changing the controller do not fix the probl...

gevides by Associate II
  • 669 Views
  • 2 replies
  • 0 kudos

STM32L152 stuck at startup and dont enter Main

Posted on December 01, 2014 at 16:34Hi everyone, I'm trying to connect STMl152 at Debug mode (JTAG) but with no success. If i tracing the startup it stuck in SetSysClock (''system_stml1xx.c'') function on : /* Wait till PLL is used as system clock s...

moran by Associate II
  • 1139 Views
  • 8 replies
  • 0 kudos

STM32f383xx

Posted on December 08, 2014 at 18:18Hi I am still (trying to learn) learning how to code STM32F devices using Keil MDK and maybe foolishly, made a pcb with a STM32F383CC6 on it.Firstly how do I use the Keil MDK or CubeMX when it does not appear to r...

INCREMENTAL ENCODER problem

Posted on December 08, 2014 at 17:10 Hello, I have a big mystery, based on incremental rotary encoders. I use a PEC11encoder http://www.adafruit.com/datasheets/pecpdfto control my STM32F4. I have no problem with it, it's work...

0690X00000602z1QAA.jpg

stm429 uart1 interrupt priority in FreeRTOS?

Posted on December 08, 2014 at 15:39I use 429 UART1 with FreeRTOS. UART1 make an interrupt and 429 enter into ISR. But it hang in the FreeRTOS code line: configASSERT( ucCurrentPriority >= ucMaxSysCallPriority ); which is in function vPortValidateI...

ray by Associate II
  • 451 Views
  • 1 replies
  • 0 kudos

STM32 F7 ADC specifications

Posted on December 08, 2014 at 23:36I would like if the F7 series will use the same ADC chip and if his maximum clock will still be 36 MHz .If it is the case, the maximum possible ADC clock at 200 MHz will be 25 MHz?Thank you.

keaven by Associate II
  • 396 Views
  • 0 replies
  • 0 kudos

STM32F4: ADC1 + EXTI11 binding problem

Posted on December 05, 2014 at 17:27 Dear all, I need to use the external trigger with ADC1 but I am not able to do it. I have done my code in step. I did make work my ADC1 with TIM2 as internal triggered. That worked well. Then I have I ...

keaven by Associate II
  • 1336 Views
  • 6 replies
  • 0 kudos

Synchronizing Timer Output to an External Sync Input

Posted on December 08, 2014 at 19:59TIM5_CH2 will output a 1Hz continuous square wave at 50% duty cycle. The output is to synchronize is phase with a 1Hz externally input square wave also at 50% duty cycle. When the 1Hz input is lost TIM5_CH2 is to ...

spflanze by Associate II
  • 1336 Views
  • 4 replies
  • 0 kudos

Need STM32 SODIMM files

Posted on December 08, 2014 at 17:56Can any one please send me STM32 SODIMM file . I need the gerber or schematic or PCB file, else files for STM32107C-D/RAIS will also be appreciated.  #stm32107c-d/rais

vikash by Associate
  • 522 Views
  • 1 replies
  • 0 kudos

STM32F407: Problem With triggering ADC2

Posted on December 08, 2014 at 09:14 Hi, I have a problem with my stm32f4 discovery board when i try to use a second ADC (ADC2) in DMA mode. For my project i need 2 ADC'S coupled with DMA. The first ADC (ADC1) is triggert by timer2 updat...