User Activity

Dear I try to porting the sample code (from STM32Cube_FW_F3_V1.11.0\Projects\STM32303E_EVAL\Examples\UART\UART_WakeUpFromStop) to my PCB board with STM32F303RC, but I can't wake up MCU from STOP by UART Is there anyone know whether the example code ...
Dear I want to get 3-phase current, but due to 3 phase current belong to ADC injected channelAfter checking the "RCM_ExecRegularConv" function, i find that it will call LL_ADC_REG_StartConversion to do adc conversion. I'm wonder whether i can use th...
Dear I try to flash the example image which is located at the following path"STM32CubeExpansion_SPN8_V1.0.1\Projects\Multi\Examples\MotorControl\Src"to development board and using six-step to start motorbut the motor doesn't startup , check the failu...
Posted on March 23, 2017 at 08:08Dear Due to i need to modify vector table address, can i use 'NVIC_ SetVectorTable' this function? or i need to modify &sharpdefine VECT_TAB_OFFSET  in system_stm32f7xx.c   I always get link error and can't find whci...