Posted on September 08, 2011 at 18:17In the virtual com port example UART1 is used which does not support hardware flow control. I suggest pls use UART2 and also enable the hardware flow control . This may help you to resolve the issue.
Posted on July 29, 2011 at 07:46Hi Andrew, I have tried the below . Here SRAM is connected to 0x64000000 . This works for me. SRAM_Init(); SRAM_WriteBuffer((uint16_t *)textRam, 0 , (sizeof(textRam) / 2)); // SRAM_ReadBuffer((uint16_t *)re...
Posted on June 09, 2011 at 18:12if USB host is the requirement then pls go through the below link.http://www.st.com/stonline/stappl/resourceSelector/app?page=resourceSelector&doctype=FIRMWARE&SubClassID=1169 USB host firmware is available for STM32F...
Posted on June 07, 2011 at 18:41Hello, USB host firmware is available for STM32F107 controller . Pls refer the below link.http://www.st.com/stonline/stappl/resourceSelector/app?page=resourceSelector&doctype=FIRMWARE&SubClassID=1169
Posted on June 07, 2011 at 18:12Hello , You need Mass storage example for this. Pls download the ''STM32F10x and STM32L1xx USB full-speed device library'' from below link. Refer Mas storage example. You can find this for different compiler. For IAR...