how to use stm32f4disocvery cn5 usb connector
Posted on April 07, 2014 at 16:59I am looking for samples that performs a 2 way data transaction between my stm32f4discovery and my pc. Please advice. Thank you. #stm32f4 #discovery #usb
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Posted on April 07, 2014 at 16:59I am looking for samples that performs a 2 way data transaction between my stm32f4discovery and my pc. Please advice. Thank you. #stm32f4 #discovery #usb
Posted on April 07, 2014 at 16:50Hi, I downloaded a USB device examples a I tried to use a Virtual Com Port Loopback.This example works only if I manualy replug usb cable when the program is started. Anyone knows how can I do software reset?I use a ...
Posted on April 06, 2014 at 10:09Hello Everyone,I am trying to send and receive data on STM32F4 Discovery over USB. USB is configured as Virtual Com Port (CDC) and running at full speed. STM32CubeMX is set up on my machine and the project that I hav...
Posted on April 01, 2014 at 09:49Hello community,I getting my hands on STM32cubeMX tool for first time to generate project for STM32F405RG. The board has 8MHz oscillator connected to OSC_IN, OSC_OUT pins. I was trying to configure the board to run ...
Posted on March 28, 2014 at 07:26Hi All I have kind of garbage with the uart bootloader. What I do: 1. I tie pins (BOOT0=vcc, BOOT1=gnd). Turn on power. 2. From PC sent 0x7F (57600, 8E1). 3. I get answer from STM32 - 0x79 - that means that everythin...
Posted on March 29, 2014 at 15:38 Hi, I'm using the new version of the USB Host library that comes with STM Cube, but I'm having some difficulty as the only documentation I can find is for the old library. Does anyone know if there is an...
Posted on March 25, 2014 at 11:52Hi,I saw on the latest version of STM32L1xx Standard Peripherals Library Drivers,V1.2.0 something that I do not like.Look at those macros:&sharpdefine IS_RCC_APB1_PERIPH(PERIPH) &sharpdefine IS_RCC_APB2_PERIPH(PERIPH...
Posted on December 11, 2013 at 14:02Hi colleagues! I suppose this is old topic, but I haven't found the solution yet. what I have: 1. Modified STM32F4_discovery: removed microphone, and some resistors for avoiding conflict with ULPI interface. 2. B...
Posted on March 27, 2014 at 11:18Hello,Does someone tried to compile the Cube MX generated code with cocoox IDE?Does ST planned to add Coocox in the toolchain/IDE list?Thank you #cube-coocox
Posted on June 05, 2013 at 08:05Hello, I am using the latest version of the STM32 USB library on the STM3240G eval board. I have modified the MSC example with my own configuration. This one is coming from a library we bought and works on a STM32F105...