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.

LanchPad F28377S: No source available for "0x3fe493"

Other Parts Discussed in Thread: CONTROLSUITE

Hi!

I am a user of  LanchPad F28377S + Buck Converter BoosterPack.

The problem ran will untile I modified some part of the program and got the following error:

--------------

No source available for "0x3fe493" 

--------------

How should I solve the problem?

  • Hi,

    Is this similar to what you observe?
    e2e.ti.com/.../252845

    Regards,
    Gautam
  • Gautham,

    It just shows the your program counter is in BOOT ROM and you don't have BOOTROM symbols.

    By including bootrom project and load the boot rom symbols you should be able to see what is going on.

    BOOTROM project path:-
    <controlSUITE>\libs\utilities\boot_rom\F2837x_revb\revb_rom_sources\F2837x_bootROM\cpu01-bootROM\

    Since your PC is in 0x3fe493 it shows that CPU is in ITRAP ISR. CPU enters in ITRAP ISR if the CPU had fetches illegal instruction.

    Regards,
    Manoj