This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Textbook vs CARM

Well,
my C-Textbook says

    for (unsigned int i = 50;i;i--) blink(123);


CARM don't like it.
What's the reason?

Parents

  • Also: Why are you using CARM ? It's an obsolete, discontinued product. Use the Realview compiler instead.

    Yes, i tried to use Realview insted of CARM several month ago. I spend a lot of time, but i never managed it to run stable. Allways difficulties with printf entering the Abort Mode.
    There is a special file to be included which has to be adapted to my MCU ADuC7026.
    So i feeled so tired... :-)

Reply

  • Also: Why are you using CARM ? It's an obsolete, discontinued product. Use the Realview compiler instead.

    Yes, i tried to use Realview insted of CARM several month ago. I spend a lot of time, but i never managed it to run stable. Allways difficulties with printf entering the Abort Mode.
    There is a special file to be included which has to be adapted to my MCU ADuC7026.
    So i feeled so tired... :-)

Children