User Activity

Posted on February 09, 2015 at 21:27Hi,I'm trying to enable USART communication, but I have a problem. I want to send hex number, for example 0x35, and I want to use HAL_USART_Transimt function without IRQ. But I need to put size of buffer and timeo...
Posted on January 17, 2015 at 18:54Hi,I'm using HAL driver to configure ADC module.  This is my code:void adc_config(){   AdcHandle.Instance = ADC1;   __ADC1_CLK_ENABLE();   HAL_ADC_DeInit(&AdcHandle);   AdcHandle.Init.ClockPrescaler = ADC_CLOCK...
Posted on January 05, 2015 at 22:48Hi,I have installed STMstudio 3.3 on win7 x64, and I have installed java x86. (http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html).When I want to run, I select ST-Link SWD,but I get...
Kudos from