81 #include <stm32f4xx.h>
106 void __assert(
const char *file,
int line,
const char *func) {
108 printf(
"Assert failed in file %s on line %d in function %s\n", file, line,
128 const char *additional) {
130 printf(
"Assert failed in file %s on line %d in function %s, additional %s\n",
131 file, line, func, additional);
138 #ifdef USE_FULL_ASSERT
150 void assert_failed(uint8_t* file, uint32_t line) {
152 printf(
"Assert failed in file %s on line %lu\n", file, line);
void __assert_func(const char *file, int line, const char *func, const char *additional)
Reports the name of the source file and the source line number where the assert error has occurred...
The CARME UART Module provides a function to initialize the GPIOs for the CARME UART ports...
void __assert(const char *file, int line, const char *func)
Reports the name of the source file and the source line number where the assert error has occurred...