Question
what is the purpose of ''#define USE_FULL_ASSERT''
Posted on January 03, 2014 at 12:16
Hello All,
I am new to STM32 cortex M3 controllers. I am building a basic application (LED toggling) in IAR embedded workbench v6.2. I am facing an error Error[Li005]: no definition for ''assert_failed''. What i want to know from you guys that what is the purpose of ''&sharpdefine USE_FULL_ASSERT''.When I comment this line in ''stm32f10x_conf.h'' file, code compiles with no error. Thanks in advanced for comments and suggestions.Baber #use_full_assert #error[li005]
