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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/08/07 09:37
Read: times


 
#145513 - limit values
Responding to: ???'s previous message
I know about limitation on 32767 (it could be) but how could you explain about this below:

This line is ok:

T1CCTL0 = 0x44;


But if I split the line into two line (which is doing the same thing) as this:

T1CCTL0 = 0x04;
T1CCTL0 |= 0x40;


It won't work. What the hell is going on here??? I supposed this is the linker. Any experience guys?

List of 14 messages in thread
TopicAuthorDate
CC2430 Timer1 strange behaviour            01/01/70 00:00      
   How to use the 'Insert Code' button            01/01/70 00:00      
   Ok, I post another in pre-formated one ;-)            01/01/70 00:00      
      Brushless1 & 2            01/01/70 00:00      
         IAR            01/01/70 00:00      
            Linker            01/01/70 00:00      
   limit values            01/01/70 00:00      
      limit values            01/01/70 00:00      
         Why do you suspect the Linker??            01/01/70 00:00      
            Problem solved!            01/01/70 00:00      
               That indicates a flaw in your code!            01/01/70 00:00      
                  Understaning C Compiler Optimisations            01/01/70 00:00      
                  Buggy compilers.            01/01/70 00:00      
                     If you fully understand the issues            01/01/70 00:00      

Back to Subject List