This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Redboot interesting error


Hello All!

On my IXDP425 board, i did insert into redboot source next debug led_blinking cycle:

   for (;;) {
     *GPIO_GPOUTR &= ~(0x0400);
     diag_printf("Calling init\n");
     for (iter=0;iter<10000000;iter++);
     *GPIO_GPOUTR |= 0x0400;
     for (iter=0;iter<10000000;iter++);
   }

But when executing this code i see on the console next:

-------------------------------------------
Calling init Calling init Calling init Calling init Calling init Calling init Calling init Calling init Calling init $T0a0f:00000000;0d:00000000;#f9$$TT0


-------------------------------------------
After that system is hanged.

Next attempt:
-------------------------------------------

Calling init Calling init Calling init Calling init Calling init $T050f:00000000;0d:00000000;#cd

-------------------------------------------
And hanged again.


What does mean "$T0a0f:00000000;0d:00000000;#f9$$TT0" and "$T050f:00000000;0d:00000000;#cd".
Can this strange strings explain something?


Thanks!


-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]