Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/05/06 16:55
Read: times


 
#106594 - Code space
Responding to: ???'s previous message
You may not be able to estimate microcontroller resources required for your project.

Depending on your C coding style and efficency - the code memory size required may blow-out above the memory available for the uC.

You project sounds ambitious for the 1st one... suggest you attack it in stages. Engineers break projects in to bite (not byte) size chunks.

Get small C functions working first....
Work out how to control the port pins, then serial control etc.

The simulator / debugger is quite handy in Keil tools.

If choosing a Philips 8052/ 80c51 (LPC900 series) etc then you can use an automatic code generator to generate some of the control uC functions in C. http://www.codearchitect.org/

JG

List of 18 messages in thread
TopicAuthorDate
decision            01/01/70 00:00      
   well            01/01/70 00:00      
      processor            01/01/70 00:00      
         I'd use a SILabs f0xx, f1xx or f2xx            01/01/70 00:00      
            decisions...            01/01/70 00:00      
               I'm a BASCOM user            01/01/70 00:00      
                  do what I say but not what I do            01/01/70 00:00      
      c for 8052            01/01/70 00:00      
         I would suggest            01/01/70 00:00      
         80c51 C and Asm            01/01/70 00:00      
         Code space            01/01/70 00:00      
         C Programming links            01/01/70 00:00      
            query about the_final_word            01/01/70 00:00      
               both the document and you are right: mor            01/01/70 00:00      
                  so it's my noob showing            01/01/70 00:00      
               Yours is more precise!            01/01/70 00:00      
   Take a look at this            01/01/70 00:00      
      good link            01/01/70 00:00      

Back to Subject List