Interaction between TINI Loader and TINI OS???
"Vasiliy Sergeev" <[email protected]> Tue, 8 Jun 2004 11:28:10 +0700
| Newsgroups | gmane.comp.hardware.microcontrollers.tini |
|---|---|
| Organization | NSU |
| Message-ID | <007f01c44d11$034a4bc0$21d97cc1@vaso> |
Hello everyone!
I use TINI firmware version 1.02f and KeilC.
I want to write api that would be located at Bank1 and executed without TINI
OS using Keil C.
As example, I wrote the next program:
void main(void)
{
for(;;)
{
P5 &=0xFE;
P5 |=0x01;
}
}
I configure start390.a51,init.a51, and Project Settings as said in
AppNote606.
But it doesn't work!
Am I missing something???????
Maybe there is some interaction between TINI Loader and TINI OS??? So I must
to reproduce this interaction in my program.
Does anybody have program on Keil C that works on TINIDS-1 DS80C390 and is
located at Bank1 ???
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???
_______________________________________________
TINI mailing list
TINI-6tN4nzCoH/[email protected]
To UNSUBSCRIBE, edit your profile, or see list archives:
http://lists.dalsemi.com/mailman/listinfo/tini