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

Back to Subject List

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


 
#127269 - Atmel T89C51AC2 & Booting from FM1
Hello,

I have made a custom bootloader I would like ran and loaded it into what i think is FM1 using FLIP.

In Flip I connected to the controller, and clicked the "Select EEPROM" button, from there i downloaded my custom bootloader. After that i made sure the BLJB box was checked, and according to the manual that should start FM1.

However, my test program does not start. It is a simple program to toggle one of the o/p's

while(1)
{
P0_B0 = 0;
_wait_ms(1);
P0_B0 = 1;
_wait_ms(1);
}

Any help would be greatly appreciated. The Version of flip i am using is 2.4.6

I realize that hitting the "Start Application" button will start the application from 0x00 on FM0, so I always turn off the controller and turn it back on.

Thank you very much,
Roque

List of 13 messages in thread
TopicAuthorDate
Atmel T89C51AC2 & Booting from FM1            01/01/70 00:00      
   are you new?            01/01/70 00:00      
      i am new            01/01/70 00:00      
         forgot to add..            01/01/70 00:00      
   EEPROM            01/01/70 00:00      
      oh yeah....            01/01/70 00:00      
         it looks like i screwed up            01/01/70 00:00      
         what is FM1?            01/01/70 00:00      
            thanks, i think i have an idea now            01/01/70 00:00      
               See this            01/01/70 00:00      
                  thanks guys            01/01/70 00:00      
                  Another option            01/01/70 00:00      
            i would love to send the customer code            01/01/70 00:00      

Back to Subject List