STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Programming firmware on STM32F412.

We need to be able to program a new board with firmware as well as update the firmware...both using USB. What do BOOT0 and BOOT1 need to be? We currently have BOOT0 low to boot from system memory. If updating firmware, how do we get the bootloader...

JDrei by Associate
  • 467 Views
  • 2 replies
  • 0 kudos

USB Host unplug with RTOS stop system

Hi, I'm trying to save data into a usb with and STM32F7I have no problems doing it till I try to unplug the usb, if i do that (even not saving or with the closed file) the cpu is just stuck there, and i cannot debug cause it doesn't seem to be dead a...

MMand.9 by Associate
  • 219 Views
  • 0 replies
  • 0 kudos

Hi, I have a STM32F401CBU6 custom board configured as USB host and connected to APC UPS HID device. My custom board is identical to the Disco411 kit.

When connected and detached the APC UPS device, my STM32 code is able to trigger the HOST_DEV_ATTACHED and HOST_DEV_DISCONNECTED events.After HOST_DEV_ATTACHED and HOST_ENUMERATION events, In HOST_CHECK_CLASS, I have added code to sent a character to...

PSaba by Associate
  • 259 Views
  • 0 replies
  • 0 kudos

is it feasible to implement TFTP using RTOS?

I have to implement TFTP with RTOS(RTOS is importent because my application code is running on Free RTOS) for file transfer.. I am searching last many days for an example code of TFTP with RTOS, but the result was null. If any one having a sample cod...

Sayooj M by Associate
  • 423 Views
  • 2 replies
  • 0 kudos