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

Learning to program with MCB-STR9 Evalution board by uVision3. HOW TO DO?

I am a starter in microcontroller programming. I understand programming but first I am starting with Keil uVision3-software and Evaluation board MCB-STR9. Is there any user guide or tutorial which could help me to start and program and see results on board. I could not find online. Can someone help me please?...
Thanks...

Parents
  • I'm pretty sure the processor will run fine without decoupling capacitors.

    The current consumption is tiny. And it has an internal RC oscillator that is less sensitive than an external crystal. And it has quite a bit of safety margin on the supply voltage.

    The issue with it is that it has no reset circuit, so it will fail when power is slowly going down or is having a short dip.

    Note that "as a professional" doesn't apply to hobbyists. Good methodology can apply. How to try to design and document before starting to write code can work. But there are often a much different priority between money and saved own time. 10 extra hours looking for problems can be a better choice than paying $50 - because the real alternatives may be 10 hours searching for troubles or not doing anything at all.

Reply
  • I'm pretty sure the processor will run fine without decoupling capacitors.

    The current consumption is tiny. And it has an internal RC oscillator that is less sensitive than an external crystal. And it has quite a bit of safety margin on the supply voltage.

    The issue with it is that it has no reset circuit, so it will fail when power is slowly going down or is having a short dip.

    Note that "as a professional" doesn't apply to hobbyists. Good methodology can apply. How to try to design and document before starting to write code can work. But there are often a much different priority between money and saved own time. 10 extra hours looking for problems can be a better choice than paying $50 - because the real alternatives may be 10 hours searching for troubles or not doing anything at all.

Children
No data