• No Root Segment, no call tree..
    I'm using an assembler startup file like the one given in the C manual. When I compile and link the project I get a Warning 10, No Root segment. Apart from this, the linker doesn't make an overlay...
  • create a 'new root' in the c51 linker.
    i'm attempting to opimise my xdata usage on an 8051 eWarp project. i'm working with a large memory model. when i view my linker file i see multiple new roots eg: *** NEW ROOT ***************...
  • Determining external clock frequency
    Hi, Is it possible to determine the external clock frequency dynamicaly in my firmware even though the clock crystal on board is changed.
  • How to determine a pointer type?
    If I have declare a generic pointer [char *test] in C; How do I determine the pointer type in runtime? By checking the first byte of the pointer or is there any other functions doing this? Thanks...
  • How determine library sizes?
    Hello, In LST files you can find totals about module memory usage, in M51 you can do the same for complete application but, how can I determine the memory usage (code and data)when I build a library...