Virtual COM port in Win7 or Vista 32-bit
Posted on February 07, 2010 at 21:59Virtual COM port in Win7 or Vista 32-bit #stm32 #stm32 #stm32 #lmgtfy #stm32-virtual-com-port-vista-windows-7
Posted on February 07, 2010 at 21:59Virtual COM port in Win7 or Vista 32-bit #stm32 #stm32 #stm32 #lmgtfy #stm32-virtual-com-port-vista-windows-7
Posted on January 14, 2014 at 15:27I recently purchased a STM32Fx9I eval board with the MB1046 display. In the STemWin_Library_V1.1.1, there is a demo for this eval board that runs two freeRTOS tasks (one for toggling LEDs and another for the displ...
Posted on January 14, 2014 at 00:02Hi, I am currently playing around with the STM32F4 Discovery board and saw that the STM32F407VG contains a second USB port. Connector CN5 is the first one, which is connected to PA11 and PA12 and also described in ...
Posted on January 13, 2014 at 22:55Where can I find ethernet driver for the STM3221G-eval board. I tried extracting the version for STM32F107 from the FreeRTOS demo using uIP, but it seem incompatible with the std library for the STM32F2xx series. T...
Posted on January 13, 2014 at 22:34Does anyone got USB MSC library working? At least one suspicious place: File: usbd_msc_scsi.c (...) static int8_t SCSI_Verify10(uint8_t lun , uint8_t *params){ if ((params[1]& 0x02) == 0x02) { SCSI_SenseC...
Posted on February 12, 2013 at 17:54Hi there, I am working on STM32FDiscovery and USB CDC. For this purpose I used:/public/STe2ecommunities/mcu/Lists/STM32Discovery/DispForm.aspx?ID=1311 (I do use CooCox). Well Compiling + Linking successes. The USB...
Posted on July 20, 2013 at 11:30Hello all, I am a bit new to ARM processors. I want to read images from USB Flash drive attached to STM32F4 Discovery.I used the USB host library +FATFS.While debugging I figured out that the device is not getting enu...
Posted on January 11, 2014 at 14:22Hi everybody ,I am biginner with STM32F407 VG Discovery. I am working on a project in wich I must interface the STM32F4 controller with 2 sensors, then I must display some information with a screen using VGA protoc...
Posted on December 29, 2013 at 18:56Hi. I'm developing an Open Source project (a JavaScript interpreter) for STM32 microcontrollers (http://www.github.com/espruino/Espruino). One part of this is a bootloader that mimic's ST's serial port bootloader,...
Posted on January 06, 2014 at 13:38Hi,I am developing an USB HID device with a STM32F4xx microcontroller, using the ST USB stack version.When there are some data to send to host (PC), the device just puts the data into the buffer endpoint. During th...