Posted on May 19, 2015 at 03:01I have the same problem. I try this: return xQueueCreate(queue_def->queue_sz, queue_def->item_sz); But osMessageGet() can return only (osEvent) type. Therefore I was compelled to return to xQueueCreate() and other ba...
Posted on December 28, 2014 at 20:48Hi! I have a same problem with VCP. But i can't install driver for built-in virtual com port on ST-LinkV2 (Nucleo board). I use latest version of ST firmware and drivers, and my OS is Windows XP x64 sp3. Whether y...
Posted on April 11, 2013 at 17:05
Hello! I have same problem. And my solution is add some function call to initialization:
void ADC3_Once_Measurement_Config(void)
{
ADC_InitTypeDef ADC_InitStructure;
ADC_CommonInitTypeDef ADC_Com...