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 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(...
Posted on November 02, 2016 at 18:26i have compared the Crossworks stm32f30x.h with the file in the ST Library, they are different !!! I have copied the file into the targets dir of Crossworks, now it works. Thanks
Posted on November 02, 2016 at 17:22I'm trying to compile the ST32F3Discovery project from ST using CrossStudio for Arm. I have defined USE_STDPERIPH_DRIVER ant as target STM32F303VC. but more other defines are missed. for example RCC_CFGR_PLLN...
Posted on November 02, 2016 at 16:25 Thanks, for the information, but the compiler says also: 'RCC_CFGR_PLLSRC_HSI_PREDIV' undeclared (first use in this function)
Posted on December 12, 2011 at 18:44Thanks, yes, there were placed the wrong resistors on reset circuit. After changing to the correct values the IWDG is working as expected. Harald