Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 6 months ago.
Microcontrollers with native mbed USB-interface
Hi, I'm just wondering if there are more MCUs like the LPC11U24/35 that have a native USB-Interface to just drop the mbed-firmware-files in, without the need of any separate programmer-chip.
2 Answers
7 years, 6 months ago.
Some STM ones also have a built-in USB bootloader, but that requires a special program and is not drag and drop like those MCUs. So as far as I am aware only a bunch of NXP ones like the one you mention have the built-in drag and drop USB bootloader.
7 years, 6 months ago.
For native USB there is something in the STM bootloader called DFU boot. when the MCU-Boot0 pin is high during reset or poweron the MCU can be programmed via the DFU protocol. Unfortunately there is no easy Drag&Drop tool (Mac, Windiows, Linux) which takes the .bin files and downloads this via the DFU protocol. I believe Atmel has as well DFU support.
Hello Helmut,
If you mean the STM32 USART system memory bootloader (Application Note 2606) then STM provides an easy to use MS Windows tool called FLASHER-STM32 which is similar to the Flash Magic utility available for the NXP microcontrollers.