STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7 maximum toogle GPIO speed question

Posted on August 30, 2017 at 15:28Hi to all,Am working with a a custom board with a STM32F767BIT6 working at the highest speed possible. I am trying the simplest test on a GPIOH pin 8 :    for(;;){          {              GPIOH->BSRR = 0x00000100U; ...

stm32f103 copy and paste program error

Posted on August 29, 2017 at 16:36HiWhen I copy and paste this program ( the rirst one with 285 lines)http://embeddedsystemengineering.blogspot.ca/2016/06/arm-cortex-m3-stm32f103-project-dsp.htmlI have an error:fatal error: stm32f10x.h: No such file...

RTC Accuracy - STM32L475

Posted on August 29, 2017 at 14:43According to pre-fixed parameters when setting up the RTC (PREDIV_A=127m PREDIV_S=255) and in accordance with AN4759, if I use a reccomended 32.768KHz (LSE) crystal, I should have a 512Hz signal at PC13 pin (STM32L4...

STM32F103 Assembler Interrupt Handling

Posted on August 30, 2017 at 11:16 Hello community, Iwould like to configure Timer 2 of my STM32F103C8 to use it as a simple overflow interrupt service and Iwould like to do this in assembly language. On page 198 of the reference manual i f...

loder by Associate II
  • 619 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F303ZE Reference Manual clarification needed.

Posted on August 24, 2017 at 22:04HelloI'm about to start a project and the STM32F303ZE seems like a perfect part. I was reading through the Reference Manual and I found in the section 15.3.11 Channel selection (SQRx, JSQRx) that the ADC1 is connect...

m4l490n by Senior
  • 544 Views
  • 2 replies
  • 0 kudos

Stm32f103 Flash size

Posted on August 30, 2017 at 13:06Hi,Actually i am using STM32F103VBT6, But now my code exceeds 128KB.So with out changing my circuit can i use any of other Controllers of STM32F103 series which has more flash size and package should be LQFP100.Fast...

Resolved! 2 Channel PWM with STM32L

Posted on August 30, 2017 at 11:26Hello,I'm using Murata's LoRa module which has STM32L inside.http://www.murata.com/en-global/products/lpwa/loraThis module's timer related output is,- PB5/LPTIM1_IN1- PB6/LPTIM1_ETR- PB7/LPTIM1_IN2- PB2/LPTIM1_OUTNo...

Jay Kim by Associate
  • 490 Views
  • 1 replies
  • 0 kudos

TIM5 TixFPx needs ~50mA to GND

Posted on August 29, 2017 at 21:07Hello, I'am trying to use the TIM5 in Slave-(and Master-)Mode to drive another Timer (TIM1 to Trigger a DMA-Request on each Period).When I configure TIM5 in Triggermode TI2FP2 on Stm32F4Discovery Board (PA1 and this...

andre23 by Associate II
  • 713 Views
  • 4 replies
  • 0 kudos