STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F411 DFU mode strange behavior

Hello gents!I'm trying to implement jump to DFU mode from the app (bootloader), without usage of BOOT0 pin. Logic should be following: if the user button is pressed during device startup (USB cable plug in) more than 3 sec, then device should go to D...

Resolved! Free RTOS threads and osDelay function.

Hey, I have a question about osDealy, my teacher gave me this code and I don't really understand how does ir wotk:void GreenTask(void *argument) { /* USER CODE BEGIN GreenTask */ uint8_t RunCount = 0; osStatus_t status; /* Infinite loop */ for(;;){ p...

DSimp.1 by Associate III
  • 1851 Views
  • 2 replies
  • 0 kudos

Resolved! problem mapping NAND flash to PC through USB_MSC

I just made a FS_USB_MSC project and I wanted to access the flash from my windows computer.when I use RAM space for the STORAGE_Read_FS and STORAGE_Write_FS I can Access the RAM without any problem. and also I can format the space in windows to be ab...

MVV.1 by Associate II
  • 1914 Views
  • 9 replies
  • 0 kudos