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

Rebroadcasting existing CAN msg on network issue

I'm working with an existing CAN network on which I want to read a msg, modify it slightly and rebroadcast.I'm running into an issue where the code seems to crash/freeze if I broadcast the new message too close to the original one thats on the networ...

pulsar by Associate II
  • 306 Views
  • 4 replies
  • 0 kudos

Recovering STM32H563 from closed product_state

Hey community, I was working on some production scripts for our H5 based boards and got myself locked out.This occured after trying to set the obk file. STM32_Programmer_CLI -c port=SWD ap=1 -sdp=<wrong_obk_path> I got a corresponding warning "Error:...

Schue by Associate II
  • 238 Views
  • 2 replies
  • 0 kudos

GPIO mode change

Hi,  I set it to GPIO Input mode and am using it. When I receive any signal during MCU operation, I want to convert it to Input -> EXTI mode. I wrote these codes at the moment, but there seems to be a problem. My Init code :  GPIO_InitStruct.Pin = ...

giwonKIM by Associate III
  • 278 Views
  • 2 replies
  • 2 kudos

16384 points of FFT(Fast Fourier Transform)

Hello community, In my project requires upto 16384 points of FFT(Fast Fourier Transform) . I found out that I can’t perform this number of FFT points using arm CMSIS DSP library since it is limited to 4096 point Max. Due to this I have to use externa...

SA  V.1 by Associate III
  • 1476 Views
  • 7 replies
  • 4 kudos

stm32f072rbt6 discovery board spi issue

Hello everyone,I am working with the STM32F072RBT6 Discovery board, where the board is configured as an SPI slave while another device acts as the master. I am utilizing DMA to receive and transmit data through two SPI interfaces (SPI1 and SPI2).Curr...

Resolved! USB - RNDIS

HI team,               I am using STM32F769 board , do we have sample code or example for USB RNDIS application for F7 series. 

Shikamaru by Associate III
  • 232 Views
  • 2 replies
  • 1 kudos

STM32U Series Ultra Low Power No-Vref Pin

Hi friends. With using STM32U535 microcontroller, i plan to make a project. The project includes 3.6V battery cell. We read adc values when this battery cell supplies the microcontroller. When the battery voltage decreases, the reference voltage shou...