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

B-U585I-IOT02A Ethernet (MQTT) not available

I am searching for a way to establish a ethernet connection on STM32 B-U585I-IOT02A Discovery board, for communicating with MQTT brocker. I am using Visual Studio Code, with Platformio (Arduino FrameWork).Do you have any suggestions / working example...

Elli-M by Associate
  • 758 Views
  • 1 replies
  • 0 kudos

Resolved! Unable to Connect to a Custom H725RGV6 Board

Hi all, recently I made a board with H725RGV6, but when I tried to flash a test firmware for the first time, I got " Error: No STM32 target found! If your product embeds Debug Authentication, please perform a discovery using Debug Authentication" fro...

sche.png

Resolved! Fastest ADC measures with DMA

I'm using a Nucleo-G474RE to measure a signal via ADC1.ADC measures are triggered by TIM2, then transferred via DMA1 into a large buffer (60KB).When the buffer is full an interrupt is generated and I give the DMA another 60KB buffer.After that, every...

0xfab by Associate II
  • 961 Views
  • 2 replies
  • 1 kudos

Resolved! USB CDC data loss

Hello,I am trying to transmit some data on my STM32F042F6P6. But my PC's serial monitor only picks up some of it. Here is the code and the serial monitor output:void readAllRegs(void){ uint8_t value; for (uint8_t addr = 0x00; addr <= 0x2E; addr++...

LLope.31 by Associate III
  • 3057 Views
  • 7 replies
  • 1 kudos

How to Check HSE is Connected To STM32

Hi,I am using STM32F205 Board for our development. We were using HSI (16MHZ) as the clock and found out that HSI has issues with high temperatures. I am calibrating HSITRIM value to fix the clock drift issue and we already have 50 boards manufactured...

JThom.15 by Associate III
  • 1969 Views
  • 8 replies
  • 3 kudos

Resolved! Write data in custom flash section

Hi,I'm working on stm32l496 and I try to write data to a custom flash section, in the .ld file I put new sector :/* Memories definition */MEMORY{[...]FLASH (rx) : ORIGIN = 0x08003800, LENGTH = 0x07B800config(rx) : ORIGIN = 0x0807F000, LENGTH = 2Kcomm...

K-C by Associate II
  • 3487 Views
  • 6 replies
  • 0 kudos