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

What is stm32fxx_xx.s startup file for?

Posted on March 03, 2016 at 09:22Hi all,Thanks in advance for your time spent on this topic.I have spent several months on STM32 project, fine with software coding, but keep confusion on the startup file, which would appear inalmost every project as...

0690X00000605MfQAI.png
laojian by Associate II
  • 5337 Views
  • 2 replies
  • 1 kudos

Split EXTI4_15_IRQHandler into smaller ISRs possible ?

Posted on March 03, 2016 at 14:48Hi there, is it possible to divide the EXTI4_15_IRQHandler into smaller groups of EXTI Lines ? For example EXTI0_1_IRQHandler is responsible for EXTI line 0 and 1 and EXTI2_3_IRQHandler for EXTI line 2 and 3. But all...

klaus2 by Associate II
  • 942 Views
  • 5 replies
  • 0 kudos

1 second missing at reading RTC on STM32L151

Posted on March 03, 2016 at 17:09 Hello everyone, I am using the RTC on a stm32l151VC. I am using sleep modes in order so save battery life. As I need to tell the OS how long I have been sleeping (Systick is turned off) I save the time t...

STM32 discovery DMA with SPI

Posted on March 02, 2016 at 14:00 Hello everyone, I'm trying to initialize the DMA for SPI2 but DMA is not working for my code , I don't know the reason. Surely I can say that it's not working as the LED which is turned ON in ISR is not glowing....

How to find the right processor?

Posted on March 02, 2016 at 15:37My particularquestionis I need a processor that can quickly measure the analog voltage i.e., it has the fastest ADC or preferably more, which may be combined in one. I find STM32F303 with 4x 5MSPS ADC, but perhaps e...

berger by Associate II
  • 738 Views
  • 3 replies
  • 0 kudos

FMC SRAM - Initialization parameter

Posted on March 03, 2016 at 15:36 Hello ST-community, I am able to setup my external SRAM and access and test (memtest) its memory regions. It works! However, I do not know if my configurations are correct. It is hard for me to und...

Input resistors on 5V-tolerant I/O

Posted on February 25, 2016 at 16:07Hi, I'm quite confused about 5V-tolerant input pins of STM32F405. Referring to the manual, the picture ''Basic structure of a five-volt tolerant I/O port bit'' shows diodes that protect the port. In this configura...

stm32f407 EXTI interruption freeze

Posted on March 01, 2016 at 12:11Hi all,Trying to implement a basic external interruption on the stm32f407 discovery board, the microcontroller allways freeze after receiving external interrupt. After some test i discover interrupt cause a call to t...