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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/20/06 17:04
Read: times


 
#110347 - You give 'em what they want ...
Responding to: ???'s previous message
It's just that "the customer is always right" is the rule. You have to give 'em what they want. I can assure you, they don't want to be educated. I want the money, they want the work done the way they specify. I get the money if I give 'em that. If I do anything else, all bets are off.

Now, just because YOU can't think of any reason to use mode 0 doesn't mean there isn't one.

As I said, in the past, when the only devices available were 12-clockers, it wasn't realistic to use the "shift-register" mode simply because the MCU didn't have the bandwidth to dispose of the data within a byte-time, and do any other useful work. Now that there are one-clockers, things look different. If I use a one-clocker, I can bit-bang SPI if I want, and easily. If I want to bit-bang IIC, I can do that, too, and easily. If I want to perform conventional synchronous communication, I still have to do some work, even with the mode-0 serial port, since it doesn't know how to recognize or insert sync characters, etc. though, unless I want to bit-bang that as well, at which time, once again, it becomes a chore.

However, if I want to sample a signal containing serial data, I can do that easily now that the MCU has enough bandwidth to dispatch the data, and that's what mode-0 was intended to do.

If you want to process data from a codec, mode-0 handles it. If you want to conjure up a serial format not otherwise available, mode-0 is a likely candidate as well.

There are things you can do with mode-0 that you might not be able to achieve otherwise. There are things you shouldn't attempt with mode-0. There are also things for which you shouldn't ignore mode-0. It's up to you to know the difference.

RE




List of 49 messages in thread
TopicAuthorDate
UART not used or UART mode 0            01/01/70 00:00      
   me neither            01/01/70 00:00      
   mode 0            01/01/70 00:00      
   Maybe you'd best go back and reread ...            01/01/70 00:00      
      Well,            01/01/70 00:00      
   mode 0 totally different !            01/01/70 00:00      
      You're right, but what that means is ...            01/01/70 00:00      
         Why on earth?            01/01/70 00:00      
            You've lost me here ...            01/01/70 00:00      
               SPI meaning            01/01/70 00:00      
                  Yes, I knew that, but ...            01/01/70 00:00      
                     MODE 0 is "SPI"            01/01/70 00:00      
                        in fact            01/01/70 00:00      
               UART?            01/01/70 00:00      
               It is not about what you use.            01/01/70 00:00      
                  You give 'em what they want ...            01/01/70 00:00      
                     I never argued against using mode 0            01/01/70 00:00      
                        That was never a topic of discussion.            01/01/70 00:00      
                           you do not get it, do you            01/01/70 00:00      
                              Why is T2 able to do that if ...            01/01/70 00:00      
                                 This is getting real tiresome you keep r            01/01/70 00:00      
                                    Well ... maybe you should look at one            01/01/70 00:00      
                                       neither have I            01/01/70 00:00      
                                          It's the DA15 connector.            01/01/70 00:00      
                                             I have had enough vitamins            01/01/70 00:00      
                                                Oh! Now I get it ...            01/01/70 00:00      
                                                   I have said in virtually every post in t            01/01/70 00:00      
                                                      Async isn't the only way to do it.            01/01/70 00:00      
                                                         Oh boy            01/01/70 00:00      
                                                            What on earth is your definition            01/01/70 00:00      
                                                               what in the world does that matter?            01/01/70 00:00      
                                                                  can't have it both ways ...            01/01/70 00:00      
                                                                     I do not have illusions of grandeur and            01/01/70 00:00      
                                                                        OK ...            01/01/70 00:00      
                                                                           more oranges            01/01/70 00:00      
                                                                              It depends on where it fits            01/01/70 00:00      
                                                                                 Horsefeathers, there is nothing "relativ            01/01/70 00:00      
                                                                                    Not exactly ...            01/01/70 00:00      
                                                                                       Talking out of both sides of the mouth            01/01/70 00:00      
                                                                                          Consider this ...            01/01/70 00:00      
                                                                                             Just one thing, please, when stating thi            01/01/70 00:00      
                                                                                                It's always a tradeoff ...            01/01/70 00:00      
                           look forward, not backward !            01/01/70 00:00      
   Debugging            01/01/70 00:00      
      the ICEman cometh            01/01/70 00:00      
   Never mode 0            01/01/70 00:00      
      I think that's a narrow view.            01/01/70 00:00      
         what is narrow???            01/01/70 00:00      
   uart mode 0 application            01/01/70 00:00      

Back to Subject List