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

STM32F0 wake up from standby by multiple pins

Posted on August 18, 2017 at 13:33Hello,I have an issue when trying to exit from standby power mode on the STM32F091CB MCU.I want to use 3 wake up pins (EWUP1, EWUP2, EWUP7 set in PWR_CSR register).One of this pins (EWUP2) is already high when enter...

STM32F301C8T6 using FLASH Data

Posted on August 21, 2017 at 06:48Hi.I would like to use FLASH Data(Write, Read, Erase) in Flash memory of STM32F301C8T6. I follow to an exampleSTM32Cube\Repository\STM32Cube_FW_F3_V1.9.0\Projects\STM32303C_EVAL\Examples\FLASH\FLASH_EraseProgram\MDK...

Gz by Senior
  • 230 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F103c8t6 external interrupt issue

Posted on August 21, 2017 at 17:03hello,i'm facing a strange issue, i'm using STM32F103c8t6 and i'm trying to use external interrupt (please take a look the configuration below), the issue is when i trigger the interruption only one time, the callba...

sak hos by Associate III
  • 1322 Views
  • 7 replies
  • 0 kudos

cubemx re-generating

Posted on December 26, 2016 at 23:31Few weeks ago I have started my first CubeMX generated project. Like always, my project is stored in git repository (locally).Recently, I wanted to extend projects functionality using re-generating option of CubeM...

STM32F746, Flash

Posted on August 09, 2016 at 16:30  The original post was too long to process during our migration. Please click on the attachment to read the original post.

PWM on pin D6 gives pinmap mismatch error

Posted on August 18, 2017 at 22:59I have interfaced my Nucleo-F302R8 board with a IR sensor - IR LED pair. I have connected sensor over I2C interface and I am using PWM to power the LED. Entire coding is being done over the online mbed compiler. I a...

Master/Slave I2C on the same interface

Posted on August 11, 2017 at 22:57I'm working on getting two microprocessors to talk.  One of them is an F446, the other is an L432.  The communications scheme is that (for example) the 446 sends a message to the L432, which then executes it (comman...