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

[bug] SysTick_Handler optimised out of F4 HAL project

Posted on March 22, 2018 at 19:52Hi all,So i've been banging my head up against a wall trying to work out what's been going on here...Somehow SysTick_Handler() and so HAL_IncTick() are being optimized out (or just not included) in my Release build.T...

mwp by Senior
  • 441 Views
  • 3 replies
  • 0 kudos

Possible STM library bug in CAN interrupt routine

Posted on March 23, 2018 at 17:23I am using STM32F072 device and I am using STM library calls for all my CAN routines.  But I notice that occasionally, the main interrupt routine HAL_CAN_IRQHandler(&hcan) would not get called.At the end of my HAL_CA...

Vu.Andy by Associate III
  • 255 Views
  • 1 replies
  • 0 kudos

FMC Connect

Posted on March 22, 2018 at 10:03Hello, I want to use SDRAM with STM32F429(lqfp100). How can I connect FMC pins to SDRAM.Please can you help me ?

Difference between tsc in L0 and L1

Posted on March 23, 2018 at 16:30Hi, I'm about to start a touch keyboard aroun STM32L052 or STML151, but I'm not sure which one is easier to use.I'm using STM32CubeMX for project inicializacion.1) The keyboard will have 13 keys, and I'll use an STM3...

custom usb device based on hid class

Posted on December 01, 2016 at 00:59Hi! I'm developing a project on stm32f4discovery whit stm32f4407vgt6 MCU. I want to develop a USB code based on hid class  that can receive my command and data from PC and send another command and data to PC but n...

STM32F0 Callback function

Posted on March 23, 2018 at 13:19I am new to embedded world. I am activating the CANBUS peripheral of a STM32F0. I started from the example code of the device given by ST. In the example code there is a callback function that it is executed when the...

Stack length wrong in Atollic linker file

Posted on March 23, 2018 at 00:11Hi,I had a problem (now solved) of hard fault on STM32F303K8 MCU using TrueSTUIDIO V 9.0.0.The cause was the wrong linker file.In the file generated by TrueSTUDIO for STM32F303K8, the stack was allocated to addres 0x...