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.

utl_halt error on evmc6474

Hi!

I am using EVMC6474 to perform image matching with support of DSP/BIOS-5. My program starts normaly but when reach at address location 0x00816546 then got hanged. In .map file this location is alloted to utl_halt.o64p (.bios). Please help me to solve this problem. thanks,

  • The UTL_halt function gets called after an exception has occurred (among other places).  Early in the startup process (i.e. prior to main) is when the NMIE bit first gets enabled.  You may want to step through some of the code prior to main starting at c_int00.  If you ever see bit 1 of IFR set (i.e. IFR = 0x0002) then that means an exception/non-maskable interrupt has occurred.  In that case you want to look at EFR and IERR to see what caused it.