Messages from rommon mode on 2611.

Hi all,

being in rommon mode and sending break signals I receive the following informations:

rommon 1 > PC = 0xfff0a0e4, Vector = 0x500, SP = 0x80004ddc PC = 0xfff0a0e4, Vector = 0x500, SP = 0x80004ddc

Does anyone know what do they mean?

Just out of curiosity... moreover, are they standard values like register ones (Ox2102)?

Alex.

Reply to
AM
Loading thread data ...

Looks like a programmer debug breakpoint. You'd have to start learning assembly language and low-level hardware to start to understand it.

PC = program counter Vector = Interupt vector base. SP = stack pointer.

Its the point in the program where you issued a break and broke into the monitor.

Reply to
Doug McIntyre

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.