This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/PGA900: what different between Load symbol and Load program?

Part Number: PGA900
Other Parts Discussed in Thread: PGA970

Tool/software: Code Composer Studio

what different between Load symbol and Load program?

Load symbol :Debug-->Run-->Load symbol.

Load program:Debug-->Run-->Load program.

what will debug probe do when Load symbol ?

  • Load Program loads the program onto the device and the symbols from the .out file into the debugger that enable source level debugging.

    Load Symbols is for use when the program is already on the device and you just want to enable source level debugging.

    Regards,

    John

  • HI Johns:
                 one more question:

        It's some different about frequency between debug mode  and chip free run mode?

    I mean  that tt's use debug probe frequency when on debug mode?

  • Hi,

    chennangan said:
    It's some different about frequency between debug mode  and chip free run mode?

    I am not sure what you exactly mean by your question. The Debug Probe does not influence the clock speed of the Cortex M0 processor nor the speed of the ADCs and the SPI/OWI ports. These are configured by the firmware present on the device's FRAM memory. 

    For details about this configuration, check the PGA970 Software User's Guide (SLDU024)

    Hope this helps,

    Rafael