It breaks in void g_sf_console_err_callback(void * p_instance, void * p_data) { /** Suppress compiler warning for not using parameters. */ SSP_PARAMETER_NOT_USED (p_instance); SSP_PARAMETER_NOT_USED (p_data); /** An error has occurred. Please check function arguments for more information. */ BSP_CFG_HANDLE_UNRECOVERABLE_ERROR (0); } I have a cable connected to J2 and my PC, the ssp error returned in p_data is a timeout. I increased the timeout to 100000 and checked the PC side of things. The PC sees the board as an unknown device.
↧