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

Resolved! STM32 FLASH Write Protection Error

Hi there!I was trying to emulate eeprom using flash memory. I am using Nucleo-F030R8 board. I was able to program flash 2 times (0xF055 was the test value):however I cannot reproduce it anymore and whilst trying to program I get PGERR.Uploading my co...

Jouls_1-1692196000827.png
Jouls by Associate II
  • 1215 Views
  • 3 replies
  • 3 kudos

UART Receive Interrupt update global variables

Using UART in Receiving Interrupt mode, I want to update various global variables values from console like Putty.  Something like first send the opcode and then value. Please suggest if any sample codes available. I am relatively new to programming w...

Nico3 by Senior
  • 344 Views
  • 1 replies
  • 0 kudos

SDRAM signals - FMC_NL and FMC_SDNWAIT

Using STM32H743IGKx.Tools: LinuxSTM32CubeIDEVersion: 1.12.1Build: 16088_20230420_1057 (UTC)STMCubeMXVersion: 6.8.1-RC4Build: 20230419-1431 (UTC)When setting up the SDRAM configuration in MX, I end up with a couple of signals that look like they are n...

Resolved! EXTI not work as expected

 i am using NUCLEO-F410RB boardi followed the simple exti tutorial try to print "button pressed" to uart when the corresponding button is pressedlike most of the tutorial setting : interrupt rising edge . no pull up and pull down , one side of button...

Labels