I'm trying to port the weather panel demo from ssp 1.1.3 to 1.2.0-b1. I following migration guide and code is compiling successfully.
But when I try to debug it on the PE_HMI board it gives segmentation fault
Program received signal SIGSEGV, Segmentation fault.
0xbd1fff12 in ?? ()
Program received signal SIGSEGV, Segmentation fault.
_tx_thread_system_return_inline () at C:\\synergy_workspace\\WeatherPanel_PE_HMI_SSP_113\\synergy\\ssp\\inc\\framework\\el/./cm4_gcc/tx_port.h:408
408 interrupt_save = __get_primask_value();
Program received signal SIGSEGV, Segmentation fault.
_tx_thread_system_return_inline () at C:\\synergy_workspace\\WeatherPanel_PE_HMI_SSP_113\\synergy\\ssp\\inc\\framework\\el/./cm4_gcc/tx_port.h:408
408 interrupt_save = __get_primask_value();
Program received signal SIGSEGV, Segmentation fault.
0x1ffe711c in main_display_root_window ()
Does anybody successfully ported the weather panel demo?
Regards