Re: Interaction between TINI Loader and TINI OS???

Bryan Armstrong <bryan.armstrong-6tN4nzCoH/[email protected]> Wed, 09 Jun 2004 09:07:30 -0500
Newsgroups gmane.comp.hardware.microcontrollers.tini
Message-ID <[email protected]>
Vasiliy Sergeev wrote:
> I configure start390.a51,init.a51, and Project Settings as said in
> AppNote606.
> But it doesn't work!

The 'TINI' signature must be located at the start of your code so that 
the bootloader can find it.  See page 5 of app note 613 for the format. 
  In your case, you will need something like this located at address 
0x010000:

sjmp mylabel
DB 'TINI'
DB 001H
mylabel:

> BTW, I've tried to disassemble the beginning of TINI Loader hex-file and
> seen that TINI is configured to be in 22-bit paged addressing mode NOT in
> 22-bit Contiguous Mode. Is it true or I make a mistake???

It should set the mode to 24-bit contiguous as that is what TINI uses. 
All the lcalls are 4 bytes long.


-- 
--
Bryan Armstrong
bryan.armstrong-6tN4nzCoH/[email protected]

_______________________________________________
TINI mailing list
TINI-6tN4nzCoH/[email protected]
To UNSUBSCRIBE, edit your profile, or see list archives:
http://lists.dalsemi.com/mailman/listinfo/tini