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

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

Problem with STM32F205 BOOTLOADER

Hello,i have one problem with bootloader application. I used STM32F205 microcontrollerMy Bootloader SW starts to 0x0800000 address and my application starts to 0x08010000 address.Application is correctly written but it's not possible to jump on the 0...