Bug in stm32f4xx_hal_nor.c
Posted on October 03, 2014 at 20:20In HAL_NOR_GetStatus(..) timeout is not working due to an error:-----------------while(status != NOR_SUCCESS) { /* Get tick */ tickstart = HAL_GetTick(); // this should be before the while !!! /* Check f...