Code on the USB cable connection/disconnection in CDC example
Posted on November 16, 2010 at 18:15Code on the USB cable connection/disconnection in CDC example
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 16, 2010 at 18:15Code on the USB cable connection/disconnection in CDC example
Posted on November 11, 2010 at 11:14The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 13, 2010 at 03:46I am using STM32VL-Discovery to test float printf using codesoucery or ride7. Is there anyone succeeded in float printf using gcc or ride7? I can do int printf using the small_printf.a. However I can't do float pr...
Posted on November 12, 2010 at 05:10I just got an STM32 value line discovery board from EBV. On the card that came with the board ''www.st.com/stm32-discovery'' is printed as the location for more info. Unfortunately the link is broken.I tried to no...
Posted on November 11, 2010 at 22:36Hi, I can get SysTick working, but the maths for timing elude me. I have SysTick_CLKSourceConfig(SysTick_CLKSource_HCLK_Div8); if (SysTick_Config(SystemCoreClock / 20000)) { /* Capture error */ whil...
Posted on November 05, 2010 at 20:07Hi, Why the pinout of the board is so protoboard unfriendly? I had to tear apart my protoboard to make it work ok... take a look at http://maujabur.blogspot.com/2010/11/stm32-discovery-pinout-fail.html
Posted on October 16, 2010 at 15:05http://www.st.com/stm-32discovery is the URL given conspicuously on the Discovery Kit packaging - at least twice. On that page, it says,''This is an evaluation product with the purpose to evaluate the STM32 microco...
Posted on November 09, 2010 at 17:19BeRTOS 2.6 released with USB support for STM32
Posted on October 05, 2010 at 20:38 I downloaded the firmware package from here: http://www.st.com/mcu/modules.php?name=mcu&file=devicedocsmdt&FAM=110&DEV=STM32VLDISCOVERY When I open the file stm32f10x_an3268_fw.chm, the navigation pan...
Posted on November 04, 2010 at 01:34Does ST have manuals or documentation that explains and provides an example of how to use commands in the ''standard peripheral library?'' I'm using the STM32VL Discovery board and it seems when I encounter a line...