I have prepared a piece of code for you. You have written you were unable to generate a waveform for using Clock Output, please try this out: /* Clock output generation */ cgc_clock_cfg_t clock_cfg; g_cgc.p_api->clockOutCfg(CGC_CLOCK_HOCO, CGC_CLOCKOUT_DIV_4); g_cgc.p_api->clockStart(CGC_CLOCK_HOCO, &clock_cfg); g_cgc.p_api->clockOutEnable(); KR, Jakub edit: Please keep in mind that the max clock output signal frequency is 32MHz (according to SSP User Manual).
↧