When i'm enabling SPI_PORT_ERROR_ENABLE, i run into the HardFault_Handler when executing:
|
offset += snprintf(log_include_str, LOG_INCLUDE_MAX_LENGTH, "[%s] ", logLevelStrings[log_level]); |
By increasing the SPI_THREAD_STACK_SIZE to 1024, it resolve the problem.
When i'm enabling SPI_PORT_ERROR_ENABLE, i run into the HardFault_Handler when executing:
x-cube-st67w61/Middlewares/ST/ST67W6X_Network_Driver/Utils/Logging/logging.c
Line 295 in 8224a3e
By increasing the SPI_THREAD_STACK_SIZE to 1024, it resolve the problem.