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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/10/12 15:10
Read: times


 
#185822 - SDCC Startup Code
I'm trying to help a friend of mine get started working with SiLabs MCUs and he does not have the money to plunk down for a Keil license and his code will be bigger than 2K bytes out of the starting gate. [As a side note: Did you know that the Keil Eval that now ships on the SiLabs CDs with the eval boards has the same limitations as the one you can download from the Keil web site? No longer does it allow 4K or 8K code size that it used to]. As a consequence of these factors I've just today downloaded and installed the SDCC tool set and got it integrated into the SiLabs IDE. I took a couple of hours to edit some C source code into a format that the SDCC compiler was happy with and then I finally got it to compile and download into an C8051F340 eval board. Unfortunately the code appeard to hangup someplace between the reset vector and entry point at main().

Now that 8052.com is back on line I was hoping that someone here could help me comprehend what factors control inclusion of particular SDCC C-Startup code and if it is possible to get rid of most of it. There's not a whole lot of discussion about the C-Startup code on the SDCC users manual. I would like to supply my own startup code module to be linked directly into the program instead of some hidden thing coming from a library.

Michael Karas




List of 5 messages in thread
TopicAuthorDate
SDCC Startup Code            01/01/70 00:00      
   The default startup can be disabled...            01/01/70 00:00      
   watchdog problem?, startup code is not well hidden!            01/01/70 00:00      
   Thanks For The Hints            01/01/70 00:00      
      watchdog on a very tight leash            01/01/70 00:00      

Back to Subject List