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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/09/10 01:38
Modified:
  06/09/10 01:53

Read: times


 
#176536 - Good question...
Responding to: ???'s previous message
BTW I AM curious, why do you not use a global SFR definition .h file?

Hi Erik,

Yes, that's a very valid question. It must seem a very odd thing to want to do, to start adding special function register declarations to source code module headers. Why not simply use a register declaration header file that includes all the required declarations?

If I had that option, then I would simply use a controller specific register declaration header file that covered everything. As the code I'm developing is for general distribution, then I'm worried that going this route may cause immediate problems for a percentage of the code's end users. I've chosen to stick with a minimal generic 8051 register declaration header file, as I feel this will earn me the least hate mail, and will hopefully work reliably for the greatest percentage of code recipients.

The particular module I am developing may require access to a CKCON clock control register, if it is present on the target, though unfortunately such a register declaration does not appear in my generic 8051 register declaration header. The obvious and most conventional solution would be to simply add the missing register declaration to the generic register declaration header, but this leaves me with a header file that no longer adheres to it's specific function of generality. I'm not so sure I should be distributing such corruptions, so I've chosen to conditionally include the missing register declaration within my less mission-critical source code module instead.

I hope that doesn't sound too silly a way of going about things. I'm just very concerned to be distributing source code modules that are easy to set-up and use, and that don't immediately disappoint those that please me by trying them.

Regards,
Murray R. Van Luyn.

List of 34 messages in thread
TopicAuthorDate
Conditional SFR Declaration?            01/01/70 00:00      
   ReDef            01/01/70 00:00      
   Preprocessor -vs- Compiler            01/01/70 00:00      
      Thanks...            01/01/70 00:00      
   A Loosely Related Query?            01/01/70 00:00      
      .h file            01/01/70 00:00      
         Yep, that works!            01/01/70 00:00      
            I would not            01/01/70 00:00      
               Good question...            01/01/70 00:00      
            A Rethink...            01/01/70 00:00      
               I don't know ... but            01/01/70 00:00      
                  Agree with Michael            01/01/70 00:00      
                  An overthink.            01/01/70 00:00      
               #including #includes            01/01/70 00:00      
                  totally?            01/01/70 00:00      
                     re: really?            01/01/70 00:00      
   Still no luck...            01/01/70 00:00      
      Like I said before....            01/01/70 00:00      
      HAL            01/01/70 00:00      
      just curious            01/01/70 00:00      
         Nicely workable solution found...            01/01/70 00:00      
            Post vandalised!            01/01/70 00:00      
               What do you mean ...            01/01/70 00:00      
                  I mean this...            01/01/70 00:00      
                     Vandalism Highly Doubted            01/01/70 00:00      
                        Thanks Michael.            01/01/70 00:00      
      Define a new sfr?            01/01/70 00:00      
         RE: This assumes that location 0x8E is always the register            01/01/70 00:00      
         Simplest Solution?            01/01/70 00:00      
            I think HAL is less risky?            01/01/70 00:00      
               HAL very interesting...            01/01/70 00:00      
                  RE: might not be so immediately well understood            01/01/70 00:00      
                     Ah, now I see...            01/01/70 00:00      
                        No, you don't need a HAL header file for each variant!            01/01/70 00:00      

Back to Subject List