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.

Why assembler windows pop up in CCS v 3.3

I am using old CCS v3.3. The project I am working on is written on C++ for 5505 DSP.
Each time I reset cpu via menu Debug -> Reset CPU the assembler window pops up.
The same happens if I connect to DSP via Debug -> Connect or load program to DSP via
File -> Load Program menu.

Can anyone explain how can I prevent poping up these annoying assembler windows?

Thanks

  • Hello Robert,

    Go to:

    Options -> Customize.. -> Debug Properties

    Uncheck the first option called: 'Open the Disassembly Window automatically'

    Thanks

    ki

  • Hello Ki,

    Thank you for your response. I've unchecked 'Open the Disassembly Window automatically' option.

    This did help in case of  loading program to DSP via File -> Load Program menu, now assembly window doesn't pop up.

    However assembly window continue to pop up in cases of reset cpu via menu Debug -> Reset CPU and connect to DSP via Debug -> Connect .

    Could you comment?

    Thanks

  • Hi Robert,

    Sorry for the late reply on this.

    Robert Smith said:
    However assembly window continue to pop up in cases of reset cpu via menu Debug -> Reset CPU and connect to DSP via Debug -> Connect

    You are correct, there does not seem to be a way to disable this. Sorry.

    ki