User Activity

Posted on June 04, 2018 at 10:12Hello, In my project I use stm32f405 and ST-LINK tool to program firmware.My test code below:int main(void){    HAL_Init();    SystemClock_Config();        /* GPIO Ports Clock Enable */    __HAL_RCC_GPIOE_CLK_ENABLE()...