STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

use an exsiting project

hi ST Community,I have a problem with my project:so I want to use an exsiting project in the repository (STM32Cube), I enabled the QSPI in stm32f4xx_hal_conf.h then I create a new file called stm32f4xx_hal_qspi.c and I copied the contents of the sam...

0690X000009YiR5QAK.png
idrissmc by Associate III
  • 460 Views
  • 2 replies
  • 0 kudos

Urgent help on USB HID Combined Mouse and Keyboard

Hello All,I have successfully Combined Mouse and Keyboard as a USB device by modifying the USB HID Mouse example and my PC can recognize them. However, I can easily detect the mouse movement and can't detect the Keyboard. By using Bus Hound I could s...

HHass by Associate
  • 1683 Views
  • 3 replies
  • 0 kudos

STM32F107 boot loader problems

Hi to all,I am experiencing a nasty problem in programming a STM32F107 MCU.I made a my own board and I use to interface with pc USART1 (PA9 - PA10) and SWD (PA13 - PA14).Using the FlashDownloaderDemonstration, usually I get "No response from the targ...

Download FW via USB

I want to use STM32F103C8 module, and upgrade FW with USB. We do upgrade with UART before. So my question is:1.Can this module upgrade FW with USB?2.Which tool I can use to dowanlod the .bin file via USB? Still the STMFlashLoader Demo tool?DFUSeDemo ...

Resolved! STM32L462 USART3 not working for BootLoader

I am working on STM32L462 MCU. I would like to know about the UART usage for the boot-loader communication with host. By using this MCU, I am able to work with the USART2 but same is not with USART3. Also, attached snapshot shows that for USART3 (PC...

AP_040 by Senior
  • 593 Views
  • 1 replies
  • 1 kudos

IN APPLICATION PROGRAM (IAP) - OTA

Hello,Using stm32f429igt I am Trying to update my firmware online by using OTA (In application program). While searching for an example program I could find one using stm32f4 cube mx (find the attached path). here I don't know how to update it, can y...