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

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
  • 1484 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...