STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hello everyone, I used a bootloader for Stm32f1xx, but if I use hal_delay after the jump function, the microcontroller stops working. I'm waiting for your help.

if (HAL_GPIO_ReadPin(button_GPIO_Port,button_Pin)==1) //mypushbutton==1 {   /* If Key is pressed */  /* Execute the IAP driver in order to re-program the Flash */  printf("\r\n\r\n");  Main_Menu(); }// /* Keep the user application running */ else { ...

How use the usb as a device HID ?

Hi, I bought a chinese dev-board, this one:amazon: https://www.amazon.com/Diymore-STM32F407VGT6-Cortex-M4-Discovery-Development/dp/B01M7YB5HFhere is its schematics: http://dubstylee.net/v/wp-content/uploads/2017/08/DIY-More-STM32F407VGT6.pngIt is wor...

MAlek by Associate II
  • 320 Views
  • 0 replies
  • 0 kudos