16-03-2017, 10:05 PM
(15-03-2017, 08:19 PM)ppppenguin Wrote: Great thing about programmable logic is that you can play with the design so easily. No soldering
Yes and if you get it wrong there is no magic smoke to escape. The great thing is that you can keep getting it wrong without any consequences until you get it right.
My regimen for learning is to write as small amount as possible and try and compile it. If it compiles successfully, great, but more often than not the compiling will fail with with many errors being reported. I find out the cause of the errors, correct them and recompile. Keep adding to the writing and repeating. The more time spent writing and correcting the fewer the number of errors.
Frank