STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART bootloader version 3.0 problems

Posted on August 27, 2013 at 17:52We are using STM32F205 parts.  I have developed my firmware update code based on version 3.1 of the UART bootloader.  Today we discovered a few of our devices had version 3.0 of the bootloader installed and conseque...

STM32F4 as Hub in USB Device mode

Posted on August 27, 2013 at 16:57Hello!I'm planning to use STM32F405 MCU in my project and now wonder if it can support the functionality I need. What I need is: USB device (not OTG or Host) composite, HID + several MSD functions. MSD functions are...

epikur by Associate
  • 503 Views
  • 3 replies
  • 0 kudos

how to jump to sys mem bootl from app

Posted on August 14, 2013 at 06:43You know the bootloader that is invoked when you use BOOT1 and BOOT0 pins? In the address space, it's called ''system memory'', right? On my STM32F205RG, it's located at 0x1FFF0000So... I've made a function like thi...

I have problems about USB mass storage

Posted on August 21, 2013 at 06:20First I have to thank clive1,I am a student from Taiwan college,I  have referred your example code,that help me a lot!but it can't appear disk on my pc,and it can't format, too.so I used Bus Hound to find out proble...

k6435012 by Associate
  • 327 Views
  • 2 replies
  • 0 kudos

USB and Virtual Com Port

Posted on August 21, 2013 at 10:10Hi everyones,I tried to use the VCP example from ST's sources. So, I installed the last version of the Virtual Com Port from ST website.I compile the project on CooCox, no errors, no warning. I target the executable...

CAN monitor Tool

Posted on August 16, 2013 at 11:51Hi Every one ,I want to study on CAN communication on STM32 based microcontroller. I don't have special CAN device for communication. Which monitor software and usb convertor is best choice for start? As I understan...

veyselka by Associate II
  • 443 Views
  • 2 replies
  • 0 kudos

Code size for USB host Boot-loader

Posted on August 07, 2013 at 12:23I am about to write a boot-loader for an STM32F205 and I have been looking at the MSC example. When compiled this is 26kbytes in size. Does anyone know if this is typical or if there is any way of reducing this to g...