User Activity

I have one of the newer STM32H743 Nucleo development boards and I'm having issues getting the VCP enumerating. I know I'll need to add some code to transmit and recieve data, but is there anything that I should need to change with the initialization ...
Posted on September 27, 2016 at 15:54I'm using System Workbench for STM32 and working with an STM32F7 with the HAL libraries.I'm working with a VCP and I'm looking at capturing the input buffer in the usbd_cdc_if.c and sending it to a parsing routin...
Posted on September 26, 2016 at 23:52I'm looking at bringing up a VCP on an STM32F7 using the Nulceo-F746ZG development board.Now, after running the CubeMX tools it seems all the magic is happening in the CDC_Receive_FS and CDC_Transmit_FS functions...
Posted on November 11, 2015 at 22:54 My end goal is that I want to count pulses that occur on one of the inputs on the STM32F4 Discovery dev board and I'm having issues. I found this post that seems to be doing what I want, but it's not q...
Posted on August 19, 2015 at 21:34Is there a general programmer reference available for the STM32? For example, basic functions like Delays, Timers, GPIO, PWM, etc?