20 #include "app_error.h"
void HardFault_Handler()
Hard Fault handler.
void app_error_handler(uint32_t error_code, uint32_t line_num, const uint8_t *p_file_name)
Error handler function, which is called when an error has occurred.
void print_hex(uint32_t number, uint8_t byte_size)
Converts hex number into char and send it through UART TX.
void assert_nrf_callback(uint16_t line_num, const uint8_t *p_file_name)
Assert macro callback function.
void app_error_fault_handler(uint32_t id, uint32_t pc, uint32_t info)
Callback function for asserts in the SoftDevice.
void print_string(char *char_array)
Decomposes char array and send chars through UART TX.