• Bootloader in Flash and application in RAM.
    Hi All, I have a plan to put the boot-loader and load many applications less than 32 KBytes. I am wondering that is it possible that boot-loader code is on flash and I copy the application from external...
  • Bootloader in same Flash as application?
    Is it possible to have a separate bootloader and application in the same flash? The problem I see is hooking the interrupts from the low memory (the bootloader's to go into 0x0000)into the application...
  • Fota application on stm32f4
    Hello I have a project and I need to update the software that already working in a mcu with wifi module. But I do not know where to start any suggestions?
  • STM32F4 USB Host HID application
    “We are trying to develop a USB Host HID application where using the controller STM32F4, and the USB stack library available on the ST website, we are trying to send data/command to an USB HID device...