Undefined symbol assert_param (referred from misc.o) in keil with stm32f407
Posted on March 22, 2014 at 08:29Hi everyone, I'm trying to compile and run an example found on the internet implementing USART on an stm32f4Discovery kit, I'm using keil uV5here is the code <p>#include <stm32f4xx.h>#include <misc.h> // I recommend...