STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Help building from STM32CubeF3

Hello there! I'm trying to build a blinky program using make I'm using HAL, and the CMSIS V2 FreeRTOS ports/sources from https://github.com/STMicroelectronics/STM32CubeF3/tree/master My program compiles, but it doesn't blink, and I have no idea of ho...

laplaga by Associate II
  • 1175 Views
  • 5 replies
  • 0 kudos

Resolved! Does STM32 provide any generic VID and PID?

Hello,We are currently developing a device based on STM32L0 MCU. We would like to implement a USB device functionality in it. The problem we have is that we don't know what USB VID and PID to set for it, since we don't want to buy our own, since this...

SD Card remove and reinsert

fresult1 = f_mount(&myFATAFS, SDPath, 1) while(FR_OK != fresult1){If I remove and reinsert the SD card the f_mount return FR_DISK_ERR instead FR_OK.If I restart the project all is OK.I have the SD_CARD present pin, what can i do when the card is disc...

IlConte by Associate III
  • 1818 Views
  • 3 replies
  • 0 kudos

Ethernet DMA RBU & TBU Error bit on STM32H5

Hey there!I've been playing around with the Ethernet HAL driver on the NUCLEO-H563ZI and I was able to make it work. I'm currently using the latest STM32CubeH5 package release. Here's the issue: whenever I receive an ethernet packet, the interrupt at...

nunokisi by Associate II
  • 1107 Views
  • 2 replies
  • 0 kudos

Resolved! stm32 timer stops after integer overflow.

Hello, i have a stm32wb15cci'm trying to make a hold button, that toggles a led on/off when pressed for 2 seconds. my HCLK1 is running at 4Mhz and my prescaler is at 3999, meaning it should count up every 1ms. I'm using TIM1 which is a 16bit timer, s...

cosmtrox by Associate
  • 747 Views
  • 1 replies
  • 0 kudos

NUCLEO-F401RE .bin file

Hello,  I'm Emily and I'm fairly new at using NUCLEO devices and ToF sensor. I would like to ask if a board NUCLEO-F401RE could only run one .bin file or could it run two .bin file? I'm currently trying out STSW-IMG035 but would like to have Gesture ...