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

ADC with DMA

HI everybody,Using the STM32F103 series, I was able to configure a single channel with DMA and get ADC data, but I was unable to analyze any data or do any while loop calculations for the moment. I simply increased a variable to see if it was updatin...

Ss.111 by Associate II
  • 303 Views
  • 3 replies
  • 0 kudos

Resolved! STM32L431 power consumption.

Hello.We are using PA3 pin as input with pin pull up enabled.Power consumption of the board is around 36 microamps when pin is not connected to ground.But when we connect PA3 to ground we have current increase to 74 microamps.I think that we have som...

Resolved! own unique ID

Hi, I am using STM32G0B1 MCU for my project. Is it true each STM32 IC has its own unique ID. For STM32G4 product has the UID facility. Is it 96-bit ID for all the stm32 families or is it different. Which manual has to be referred for this?If yes can ...

Boot from the bootloader with nucleo h7s3l8

Hi all, I am using the NUCLEO-H7S3L8 board, and trying to boot MCU from the bootloader.Based on the reference manual, the conditions for that at the MCU reset :PRODUCT_STATE = OpenNVSTATE = OPENBOOT0 = HighI checked PRODUCT_STATE = Open at the option...

Daewoong by Associate II
  • 242 Views
  • 0 replies
  • 0 kudos

ThreadX status and future

Hi All,Not so long ago ST has selected Microsoft ThreadX as one of its its strategic technologies.In my opinion it is a very good RTOS. The problem is that it was supported by Microsoft only, no other community project integrates with it, e.g. mcuboo...

TDJ by Lead
  • 1736 Views
  • 18 replies
  • 4 kudos

Resolved! STM32H7 UART - use FIFO and get per-character interrupt?

Hi The MCU is a STM32H735I will use the UART3 port for combined debug output and command line interfaceSo I would like to use the FIFO, it quite useful when sending debug data.The Fifo is also useful for RX, if e.g. interrupt is blocked by other inte...

Kvang by Associate III
  • 430 Views
  • 3 replies
  • 3 kudos

W25Q256 write protection

Hi!Why can i not disable the protection? I use W25Q256. I can't write and erase the flash ic.The programming was working, but suddenly an error occurred during download. Here I noticed that the bits of SR 1 went to 1 and I can't reset them.What could...