7 years, 8 months ago.

How to do software assert?

I want to do a plain old 'C/C++' assert( true or false ) in my code. But I get a compiler error "Error: Undefined symbol aeabi_assert (referred from main.NUCLEO_F091RC.o)" when I compile the Sensors_Reader project for X_NUCLEO_IKS01A1.

1 Answer