cancel
Showing results for 
Search instead for 
Did you mean: 

Assert_param problem

glias37
Associate
Posted on August 23, 2016 at 21:23

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 ?

regards
1 REPLY 1
Posted on August 23, 2016 at 21:34

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''

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..