assert_failed() function
Reports the name of the source file and the source line number where the assert_param error has occurred.
Syntax
void assert_failed(uint8_t* file,
uint32_t line);
Arguments
file
pointer to the source file name
line
assert_param error line source number
Return value
None