SSP 1.1.0. I found something really strange. - I have an other thread (USB thread) : The malloc function return p_mem and the needle is displayed only if there is a breakpoint on the "host_change_function" callback status = ux_host_stack_class_get(_ux_system_host_class_hid_client_mouse_name, &p_hid_class); (this function fails) when I press the button to move the needle during the pause on this breakpoint it works, and if I put this function and the breakpoint in a loop it will work every time. If there is no breakpoint or if I press the button at any other time malloc return NULL; I've tried a new project with only my button_thread and guix_thread and malloc return NULL;
↧