User Activity

Posted on November 04, 2016 at 12:42I've compiled and linked the original  sources without modifications  of the board. After upload and starting the demo with the debugger the initialisation should start with LED3. here the code snipped:  /* Initia...
Posted on November 02, 2016 at 14:33where can  found this definiton RCC_PLLSource_HSI thanks for any help
Posted on November 02, 2016 at 10:44I have downloaded the std driver from st. Trying to compile stm32f3x_rcc.c following erros are displayed: 1> Compiling ‘stm32f30x_rcc.c’ 1> C:/code/CrossStudio3/STM32F3Discovery/../STM32F3_libs/src/stm32f30x_r...
Posted on May 08, 2012 at 18:13Hello, I've used the code from the example VBAT_Mesurement to test the ADC. Instead of connecting a  battery on pin VBAT I've connected VDD 3.3V. The program requests cyclic the converted value. .... VBATVoltage = (A...
Posted on December 12, 2011 at 16:08Hello, I'm using the ST libraries to initialize the IWDG  with following code:  IWDG_WriteAccessCmd(IWDG_WriteAccess_Enable);   IWDG_SetPrescaler(IWDG_Prescaler_128);   IWDG_SetReload(0x400);   IWDG_ReloadCounter(...