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! U585 failure to configure voltage scaling

Hello,I'm looking for some troubleshooting advice. I saw a few tickets regarding this kind of problem and confirmed that __HAL_RCC_PWR_CLK_ENABLE() is called before setting the initial voltage scaling. This test code is completely auto-generated from...

EC.3 by Associate III
  • 294 Views
  • 1 replies
  • 0 kudos

Resolved! Differential ADC in stm32h7

I have recently purchased an STM32H753ZI board and want to configure the differential ADC to read signals directly from a function generator. I have configured it based on the following setup, but I am facing several issues with the output.Issue 1: I...

Transferring data from JPEG decoder to DMA2D directly

Hi there, I am writing a custom video decoding app that process custom stream JPEG frames from USB, without any standard on a STM32H747.So far, (more or less) so good, I use CM4 for USB operations, and CM7 for JPEG decoding and DMA2D pixel conversion...

Me2 by Associate
  • 263 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F373 SADC how to get 0-3.3V 16 bit(65535)?

Hello Friends,I use STM32F373 for 16-bit SADC.I have single-ended input 0V to 3.3V. VREFSD+=3.3V and VREFSD- =0VWhen input Voltage change from 0V to 3.3V I get values 0 to 32767. Is it not possible to get 16-bit (65535) data?Always signed?my configur...

Resolved! stm32g0b1 dual flash bank address ambiguity

Hii have STM32G0B1KEi was configuring the cube-eeprom-v7 emulation to use the last two pages from bank2 to store some configuration.when i came to set `START_PAGE_ADDRESS` i need the address of the second last page.reading in the 'Table 11. Flash mem...

Screenshot from 2024-07-30 08-24-28.png
encoder by Associate
  • 343 Views
  • 1 replies
  • 0 kudos

Resolved! STM32h757 base custom board not detected.

Greetings,I have just received my custom made STM32H757 based boards, when I try to connect with it using the USB cable its not detected at all in my windows 10 PC but I am able to connect with it in DFU mode or using the stlink-V2 through SWD.This i...

Resolved! IO2 QSPI pin

While using the Quad SPI mode of the OCTOSPI peripheral for four lanes, it was observed that when used in input mode all the pins except IO2 function properly. We can see the signal coming to the pin when probed externally, but it just does not seem ...

AShetty by Associate II
  • 577 Views
  • 3 replies
  • 1 kudos

Resolved! SPI DMA Doesn't work in Nucleo-STM32u575ZITxQ

Hello ,  I have an issue in STM32u575 IN SPI DMA , Even IF I Tried the Example code (/SPI_FullDuplex_ComDMA_Master)  there is no data received from the other side  iam using the aardvark to test it  when check the return of this function  HAL_SPI_Get...