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

Proper backup domain access question

Posted on October 29, 2017 at 10:26Hi all,I've noticed that in every example and CubeMX generated code the backup domain access bit is set and never reset. It is as if once the application starts the access is allowed and never restricted again, so ...

HAL RTC

Posted on October 09, 2017 at 13:52@Hi,I did my project in cubemx  with STM32F405.But unfortunately i forgot to add/initialize rtc in cubemx.Now i want to add rtc in my project.And i don't know how to add it (because my code size is too much heavy a...

Fail when flashing C program on STM32 MCU

Posted on October 28, 2017 at 17:37Hi ladies, guys, I am currently working on a project, so I am getting used to work with SMT32 MCUs and more particularly with STM32F411RE. I have built a C program just to blink the led user, in order to reduce fla...

MP45DT02

Posted on October 28, 2017 at 19:57Hi friends,I want to try fft analyze with Matlab to C conversion but I have some question.First, how can I get values from microphone(STM32F4 Discovery kit using CubeMX Hal library),I think using I2S but an article...

Zek_De by Senior
  • 177 Views
  • 0 replies
  • 0 kudos

LED Brightnes STM32F3

Posted on October 27, 2017 at 19:10So I have an assigment where I need to do the following:- 10stages of brightnes (from lowest to highest)- at each button press we change stage for 1- first brightnes is going up, when reaches maximum is going down ...

LED's control

Posted on October 27, 2017 at 20:15How i can control LED's with my stm32fl072czy6tr?my first ask))

How does STM32F103RB handle Interrupts?

Posted on October 28, 2017 at 11:29Does it save all the registers of the current process before executing the ISR? If so, how does it save the registers? Does it do it by pushing all registers in stack?#stm32f103xx #interrupts

Labels