User Activity

Posted on November 05, 2012 at 15:09Hello, I have these information written on the stm32f105 micrcontroller STM32F105 VCT6        Z 990TD   93 MYS 99 045 I have read that it depends on the date code of the microcontroller which is 045 in my case. Wh...
Posted on November 05, 2012 at 15:06Hello, I read stm documentation on how to enter a microcontroller into dfu mode Iam using stm32f105, and below are the steps that i did 1- Boot0=1, Boot1= 0 2-PD6 = PA10 = PB5 = 0 3- make reset 4- connect the boar...
Posted on November 05, 2012 at 11:29Hello, I designed a board which contains stm32f105 microcontroller, and i want to use DFU as bootloader in order to download my program to the micro controller through usb port. I put BOOT0 =1, and BOOT1=0 PA10=PD...
Posted on June 01, 2012 at 15:43Hello, I am working on virtual serial port to communicate between computer and device through usb. So i downloaded ''STM32F105/7,STM32F2 and STM32F4 USB on-the-go Host and device library.''  from http://www.st.com/sto...
Posted on May 23, 2012 at 14:05Hello, I was reading application note (AN3354) concerning IAP using USB host, and i found the name of c files:main.c, stm32f10x_it.c, command.c, flash_layer.c, usb_bsp.c, usbh_usr.c I googled these file but i didn't fi...