STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4: SD Card as the USB Mass Storage Drive

Posted on December 15, 2014 at 22:02I'm working on a project that has an on-board SD card and a USB port. I'd like to figure out how to connect the SD card to the USB as a mass storage device. Does anyone have any experience doing this and can provi...

rory by Associate
  • 6187 Views
  • 6 replies
  • 0 kudos

TIM1_CH2 breaks down

Hi ST Team,We have an issue concerning a PWM generation.We have a MCU : STM32F303 driving directly the LM25101 driver from Texas instrument with no limiting resistor or other protection on it.The PWM drives two mosfet legs with 2 mosfet configured as...

etour.1 by Associate II
  • 679 Views
  • 0 replies
  • 0 kudos

STM32 low power standby with 5 wakeup sources?

I would like to build a 5-button remote (RF 868 Mhz) and was thinking of using the STM32G031F6(The RF is provided using an external chip, similar to Si4455)However the STM32G031F6 has only 4 x SYS_WAKEUP pins.Is there anyway to wake up from standby u...

KMill by Senior
  • 1295 Views
  • 4 replies
  • 0 kudos

Unit Testing in STM32 cube IDE

Hi I need to start unit testing for a STM32 project in C how can I start a the testing, Can any one send some reference for STM32 cube IDE based Unit Testing method

AKHIL6 by Associate II
  • 509 Views
  • 0 replies
  • 0 kudos

Resolved! Port Related Issue

Hello, I was experiencing this weird thing lately with my STM32 Blue Pill board's COM Port.I'm using STM32duino (Blue Pill) with Arduino IDE. I've Already flashed the bootloader and installed the drivers for it. when i connect the board with my PC us...

Resolved! CRC calculation in STM32G4

Hi,I am working with STM32G491RE in my project. I have to transmit data through UART and I need to calculate CRC for that data.in my application:txdata[0] = 0x78;txdata[1] = 0x04;txdata[2] = 0x11;txdata[3] = 0x01; I have to calculate CRC16 for txdata...

STM32L4 power consumption reduction

Hi,I've created a PCB with an STM32L4x6 microcontroller and several peripherals, mainly I2C. I want to sample data at 512Hz using the internal ADC. The original plan was to configure the ADC  with DMA and a timer, I'd put the MCU into other low-power...

lorant124 by Associate III
  • 2199 Views
  • 3 replies
  • 3 kudos

Resolved! STM32F0 FLASH_PROGRAM PAGE BOUNDARY

I'm working on a bootloader with an STM32F072 device. At the end of the programming process, I followed the steps in the link below to switch to the user application:https://community.st.com/s/question/0D53W00000trgpiSAA/how-to-boot-to-random-address...