Tips and Tricks for Microcontroller Programming and Debugging

Поділитися
Вставка
  • Опубліковано 3 жов 2024
  • In this video I show three tricks that I frequently use to effectively debug microcontroller systems.
    Music by www.LukHash.com
    Video License: CC BY-SA 3.0
  • Наука та технологія

КОМЕНТАРІ • 4

  • @PaulRogalinski
    @PaulRogalinski 11 років тому

    Thank you! This might save me some headaches in the future.

  • @SurvivalSquirrel
    @SurvivalSquirrel 9 місяців тому

    These are some great tipps! Thanks a lot and have a very nice christmas ;-)

  • @johndoe271828
    @johndoe271828  11 років тому

    Effectively, yup, you're building a poor man's debugger using that technique. And for things like the PWM circuitry I usually do that approach (not without knowing the datasheet, of course). Then it's easy to play around with certain parameters and immediately have a result instead of having the need to re-flash every time. Really depends on the situation, but it's handy to have a facility like that IMHO :-)

  • @StanleySeow
    @StanleySeow 11 років тому

    Thanks for the great tips, these are very advanced techniques for MCU... any example codes for the AVR for all the tips you mentioned ??