??? 09/01/07 19:41 Read: times |
#143860 - Math, experience, tools and code libraries Responding to: ???'s previous message |
A good knowledge of math may not be required for many projects but can be critical for others. I know of at least one very good programmer that gave up on a project after five months because of his lack of mathematical ability.
Experience has to rate very high for projects involving multiple interrupts and a good knowledge of what can be done with what processors. Like Erik our latest project involves multiple (five 8051) processors to offload the main master. Having good software and hardware tools and experience of how to use them helps a lot. After years of work with the 8051 you develop a code library and new project usually involve cutting and pasting routines from your code library (I2C, EEPROM, 32 bit math, LCD, etc.) and adding some new routines for a user interface or whatever. That's my 2 cents worth. Cheers, Bert |