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! How to fix the NUCLEO F722ZE Board clock error

I removed the STlink of the NUCLEO F722ZE board and wrote it, but there was a clock error, so the program itself is not working It worked normally when there was Stlink, but it's not working I set it to HSI and used it, but it didn't work, so a clock...

20240904_173550.jpg 20240904_175526.jpg
ark2 by Associate III
  • 223 Views
  • 3 replies
  • 0 kudos

MCU failure analysis

I have a pile of boards with STM32F303RCT7 MCU that are pulling a ton of current, i.e. they are fried.I tried VI curve analysis but I'm not finding anything that leads me to why they blew up.Can anyone suggest a good failure analysis lab that I can s...

JKiel.1 by Associate
  • 165 Views
  • 2 replies
  • 0 kudos

Resolved! FILEX rewrite

Hallo,I'm using U5A9NJQ demoboard with FILEX. I have something that doesn't work, the first time I write on a file, all is correct, but if I rewrite on the same portion of the file, the writing seems to be correct, but, when reading, the content hasn...

IVent.1 by Senior
  • 471 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F04 bootloader in TSSOP20 package

I'm working on a design that involves using an STM32F04 acting as a USB-CDC to RS232 bridge to communicate with the main logic of the system, in preference to dedicated RS232 USB chips that require dedicated drivers. In addition to this, the STM32 is...

Resolved! stm32h7 adc trigger on hrtim

I am triggering adc every 100us in dma and getting data in adc callback. I am triggering adc with hrtim compare 3. //hrtim cmp3 event call back{//reset a pin.} //adc conversion call back{//set a pin} for some reason the reset pin is working every cyc...

Zain by Associate III
  • 297 Views
  • 5 replies
  • 0 kudos

FFT in STM32F0

Posted on March 26, 2014 at 09:00I am new to the STM32 product family and currently evaluating a STM32F0Discovery, which uses a Cortex M0 CPU. I would like to implement and benchmark a fixed point FFT on sample data from the a/d converter. Is there ...

sc2 by Associate II
  • 2177 Views
  • 9 replies
  • 1 kudos

Resolved! STM32G0 bootloader usart loop

Hi,I am using built-in usart bootloader on stm32g0. And I am also using the same usart for communication in my user app. I enabled the bootloader via boot option bits. When I start the debug session, I can see the flow stepping over through the progr...

Resolved! IAP Jump to application not working

Hi, I have some problem about IAP.It's not working application after jump from custom boot. - MCU : Stm32F446RC- Board : Custom board- Boot address : 0x08000000 ~ 0x0801FFFF (128k)- Application address : 0x08020000 (384k) - Custom Boot Flash.ld - App...

TaronKim_1-1725433034351.png TaronKim_2-1725433073723.png TaronKim_3-1725433133878.png TaronKim_4-1725433145803.png
TaronKim by Associate II
  • 405 Views
  • 8 replies
  • 2 kudos

STM32U575 timer DMA to update ARR

Hi folks,I'm trying to use a timer to generate a PWM output on a single output channel, but vary the frequency each cycle by updating the ARR register with DMA updates.  I think I set everything up correctly, but when I call HAL_TIM_Base_Start_DMA(),...

rleighelectradx_0-1725553852562.png rleighelectradx_1-1725553970298.png rleighelectradx_2-1725554612011.png

USB HID Device: how to send Unicode?

I have a USB HID Device STM32CubeIDE project with the following USB HID Report Descriptor   0x05,0x01, // Usage Page: Generic Desktop Page (0x01), page HID Usage Tables 1.4 0x09,0x06, // Usage: Keyboard (0x06) 0xa1,0x01, // C...

Labels