STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F401 USB memory stick bootloader

Hi,I need to write a bootloader which will load the new program from a USB memory stick.Unfortunately I cannot use the ROM based DFU bootloader.The bootloader would need to be held in FLASH and protected against update. Easy enough.I believe that the...

PRobe by Associate II
  • 891 Views
  • 6 replies
  • 0 kudos

Resolved! STM32CubeL4 low power mode STOP2 with RTC

Hi, I'm using latest FW STM32Cube_FW_L4_V1.13.0 and the PWR_STOP2_RTC example seems to fail waking from sleep mode. It goes to sleep after 5 s alright and power consumption drops from cca 11 mA to 4 uA but after cca 33 s, as stated in readme, nothing...

Resolved! STM32F0 IAP USB problem

I use __HAL_SYSCFG_REMAPMEMORY_SRAM(); this function ,but MX_USB_DEVICE_Init(); can't work.After I went to debug tool ,it appear cannot access memory this problem.I don't know how to solve it.Maybe it should register address problem,or init address ...

1123 by Associate II
  • 392 Views
  • 2 replies
  • 0 kudos

problems with usb msc device on stm32f4

Hi. I need to create USB MSC Device on STM32F407. I use CubeMX for create project. When I compiled the project with MSC_MEDIA_PACKET = 512 windows did not see the mass storage device, then I changed MSC_MEDIA_PACKET = 256 and windows saw the mass st...

MishaT by Associate II
  • 291 Views
  • 0 replies
  • 0 kudos