Tool/software: Code Composer Studio
Gentlemen, good day to y'all
As per my previous post, I am having troubling with Buffer DAC of F28379D launchpad. I am new in CCS.
I am running the "buffer dac enable" example. On my previous, I was advised to use VREF as the reference for the buffer, since VDAC pin could not been located. VREF has a intern voltage of 3v as understood.
However after debugging the code, I could not probe any value (0V) on DACOUT A - B nor C on oscilospe. The DAC output was set as "" DAC_PTR [DAC_NUM] -> DACVALS.all = 2048".
Also the following message appears, "CPU1_CLA1: Can't Run Target CPU: (Error -2060 @ 0x0) Requested operation cannot be done while device is running. Halt the device, and retry the operation. (Emulation package 8.0.27.9)
CPU2_CLA1: Can't Run Target CPU: (Error -2060 @ 0x0) Requested operation cannot be done while device is running. Halt the device, and retry the operation. (Emulation package 8.0.27.9) "
So I would like to know what the expect value is on DACOUT A and I can solve the CPU1_CLA1 connection.
BRegards