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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/12/03 20:03
Read: times


 
#48243 - RE: State Machine Design for Time Slicing
Responding to: ???'s previous message
Well Michael, I finely got around to testing your State_Machine tutorial. Great Job.

I made up the LED block and switches per your schematic. Actually I usally have such a set for 'first' testing of hardware. This time I tested with my Cygnal C8052F124-TB assembly and handled the software as follows:
-Made a file folder to hold the project.
-Used the Cygnal Configuration Wizzard to configure my hardware. This file I saved as Project.inc
-Then I copied your code into a file called Project.asm
-Opened new project in the Cygnal IDE called Project
-Brought in Project.asm (your code.asm)and modified it by commenting out the $INCLUDE(REG51FX.INC)because I am using the Cygnal C8051F124 (kit board)
-Assembled and got an error. The uC I am using has 2 serial ports and therefore the Interrupt vector is ES0 (as opposed to just ES).
-Made the correction, reassembled, linked, downloaded, and started a real learning session with the Cygnal IDE Debugger. Lots of fun. For the skeptics all the rest of Michaels program was without a flaw.
-Note to newbes--Get this code, study EVERY instruction and structure, you will go to bed with a good feeling because there is lots to learn here.
TomB

List of 25 messages in thread
TopicAuthorDate
State Machine Design for Time Slicing            01/01/70 00:00      
   Warning for C users (especially Keil)            01/01/70 00:00      
      RE: Warning for C users (especially Keil)            01/01/70 00:00      
         RE: Warning for C users (especially Keil)            01/01/70 00:00      
      RE: Warning for C users (especially Keil)            01/01/70 00:00      
      RE: Warning for C users (especially Keil)            01/01/70 00:00      
   RE: State Machine Design for Time Slicing            01/01/70 00:00      
      RE: State Machine Design for Time Slicing            01/01/70 00:00      
         RE: State Machine Design for Time Slicing            01/01/70 00:00      
   RE: its time sharing machine            01/01/70 00:00      
      RE: its time sharing machine            01/01/70 00:00      
         firstly i have to ask this            01/01/70 00:00      
            RE: firstly i have to ask this            01/01/70 00:00      
            RE: firstly i have to ask this            01/01/70 00:00      
               RE: firstly i have to ask this            01/01/70 00:00      
                  RE: firstly i have to ask this            01/01/70 00:00      
            RE: firstly i have to ask this            01/01/70 00:00      
         RE: its time sharing machine            01/01/70 00:00      
            RE: its time sharing machine            01/01/70 00:00      
   RE: State Machine Design for Time Slicing            01/01/70 00:00      
      RE: State Machine Design for Time Slicing            01/01/70 00:00      
   Some questions            01/01/70 00:00      
      RE: Some questions            01/01/70 00:00      
      RE: Some questions            01/01/70 00:00      
         thanks            01/01/70 00:00      

Back to Subject List