2016-08-23 12:23 PM
Hello all,
I'm a begineer with the ARM Discovery kit (STM32F4) and I'm trying to compile a test program when I try to compile it, an error appears : no definition for ''assert_param''. What I can do ? where does the code of this macro is ?regards2016-08-23 12:34 PM
You should review the project templates provided with the libraries
assert_param would normally get defined in project unique stm32f4xx_conf.h as a result of you defining USE_FULL_ASSERT, and #including ''stm32f4xx.h''