STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIM macros

My programming level is initial. Breaks with STM32L432KC.I would like to use the dynamic change of the TIMx period as soon as the TIMx Interruption from the previous period. How to practically use the _HAL_TIM_SET_AUTOREOLAD macro to load a new value...

CJaro by Associate
  • 472 Views
  • 1 replies
  • 0 kudos

Resolved! UCPD sink with external pull-down resistors?

Hey,the STM32G431 data sheet states that the UCPD unit has internal pull-down resistors. Now I want to flash my G431 via DFU, and USB-C doesn't provide power to a sink unless CC1 and CC2 are pulled down. It seems that the internal UCPD only works whe...

nicolai86 by Associate II
  • 2025 Views
  • 6 replies
  • 0 kudos

!!! BUG FOUND !!! : New Firmware version 1.8 introduced a sort of bug in USB Host enumeration - tested with STM32F105

If you upgrade to the last firmware (1.8) it will make the USB enumeration process no more work.To repeat the process just create a project using USB and put a breakpoint at the lines for each eventstatic void USBH_UserProcess (USBH_HandleTypeDef *p...

MAlek by Associate II
  • 1361 Views
  • 7 replies
  • 0 kudos

STM32L496 dual bank boot difficulty

I can't figure out how to get the STM32L496 to boot at all with BFB2 set to 1.Using nBoot0_SW_Cfg=0 and nBoot0=1,With BFB2=0, I can boot successfully from bank 1With BFB2=0, I can copy the contents of bank 1 to bank 2 and swap banks using the FB_MODE...

Resolved! I have recognition problem with NUCLEO G070RB

I start working with the Nucleo board G070RB and I’m new with ST products. I follow the instruction of the user manual but my board isn’t recognised by the UCPD Cube monitor and the USB STLINK LED is red. Otherwise, it is recognised by my computer. C...

port sqlite in STM H7

Hi,I want to port sqlite in STM H7 MCU. Database will reside in SD Card (FATFS). Is there any example available for this??

VAgga by Associate II
  • 1168 Views
  • 3 replies
  • 0 kudos

Program Arduino with USB CDC as VirtualCOM

Is there anyway to upload some firmware to the STM32 that makes it act as a "serial passthrough", receiving the serial data from the computer from the virtual COM port, then writing it to a UART, which is connected to pins 0 and 1 on the Mega. The ba...