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

not very nice to beginners

I can visualize many beginners doing this as a first en.wikipedia.org/.../Hello_world_program the poor sods are not going to get an error message, the code will just hang.

I know why, but consider it bad that you get a hang, not an error message, especially when you feebly try do run Keil for the first time. Yes Please read the manual should cover it, but did you Please read the manual the first time you started C?

Erik

Parents
  • I can visualize many beginners doing this as a first en.wikipedia.org/.../Hello_world_program
    the poor sods are not going to get an error message, the code will just hang.

    Not an issue, IMO. If they are doing it on a demo/evaluation board, they should use example programs supplied with it. If it's a custom board, well, what would you expect?
    Embedded software development is hard. If you want to run embedded programs with minimal understanding of the underlying system, use a mature framework (Arduino?).

Reply
  • I can visualize many beginners doing this as a first en.wikipedia.org/.../Hello_world_program
    the poor sods are not going to get an error message, the code will just hang.

    Not an issue, IMO. If they are doing it on a demo/evaluation board, they should use example programs supplied with it. If it's a custom board, well, what would you expect?
    Embedded software development is hard. If you want to run embedded programs with minimal understanding of the underlying system, use a mature framework (Arduino?).

Children