Tool/software:
Hi,
I have connected MSPM0 with AFE781H1 device. For confirmation, I am doing giving command for "internal oscillator to be driven on CLKO pin".
However looks like there is a configuration error and don't see CLOCK signals on the CLKO pin.
My code is as per below:
set_register_bits(CONFIG_ADDR, 0x0800 | 0x0060);
write_register(DAC_OUT_2, 0x1234);
uint16_t data = read_register(DAC_GAIN_ADDR);
data = read_register(DAC_OUT_2);
Can you suggest from waveform if any bit stream is incorrect. I am using UART in 9600 baud rate.
Regards,
Bhushan