STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Input capture goes to infinite loop

Posted on June 09, 2015 at 13:29 hej all, my program works when i measure but the problem is its goes to the infite loop. i would like to measure and return the value . but i cant write program in that way . if i change the below program ...

arunl4g by Associate II
  • 270 Views
  • 2 replies
  • 0 kudos

STM32L0xx CUBE bug: GPIO EXTI config

Posted on June 08, 2015 at 10:43HelloSTM32L0 CUBE pack, file stm32l0xx_hal_gpio.c have a mega-bug. When will be used GPIO EXTI function, at end of config the all SYSCFG->EXTICR registers will be set to FFFF.in file, function HAL_GPIO_Init:259:   tem...

denlok by Associate II
  • 269 Views
  • 1 replies
  • 0 kudos

STM32F100 Interrupt pins

Posted on June 09, 2015 at 08:42Hi there, i think this is more or less a question of understanding the datasheet. There is written ''up to 80 fast I/O ports all mappable on 16 external interrupt vectors [...]'' So, im looking for a proper pin for a...

431613 by Associate
  • 769 Views
  • 2 replies
  • 0 kudos

SDRAM-based heap initialized as part of ZI-data

Posted on June 11, 2015 at 04:34 I'm developing an application which requires the heap to be located in a large off-chip SDRAM. I'm using Keil uVision5 and scatter-loading to accomplish this. Functionally, all is good and works as expected. ...

cnicolls by Associate
  • 264 Views
  • 0 replies
  • 0 kudos

USART System Bootloader - STM32L151xx

Posted on June 08, 2015 at 22:05Hello,I'm trying to use the default bootloader of this STM32L151CCT6 over USART1.I've read and follow all the tips and tutorials of AN2606 and AN3155, but without sucess.This is my process to try a communication: Tu...

uilter by Senior
  • 774 Views
  • 10 replies
  • 0 kudos

How to reduce FLASH noise on STM32F205VET6?

Posted on May 28, 2015 at 23:12Hello! I am work with uC STM32F205VET6. Its flash is very noisy! How to reduce this noise with software methods? I tried turn off HSI, prefetch and slowdown core clock. Also I turned on spread spectrum clock generation...