Keil Logo

MON390: Maxim TINI Board Software Problems


Information in this article applies to:

  • C51 All Versions

SYMPTOM

When using the Maxim (formerly Dallas Semiconductor) TINI boards with the Maxim DS80C390 or DS80C400, problems may occur if you use the on-board TCP/IP network stack and if your application uses DATA memory below 0x20.

CAUSE

The TINI board uses memory in the register bank 2 and 3 address space (0x10-0x1F) for the TCP/IP stack implementation. If your application also uses memory in this space, it may be corrupted by calls into the networking API.

RESOLUTION

Avoid using this memory area. You can use the linker's DATA directive to specify a new starting address for DATA objects. For example:

lx51 ... DATA(0x20)

specifies that DATA space begins at 0x20. This directs the linker to begin locating DATA objects at 0x20 (which avoids the memory used by the TINI TCP/IP stack).

Check your TINI documentation thoroughly for any other memory areas that may not be available to your application.

MORE INFORMATION

SEE ALSO


Last Reviewed: Thursday, February 25, 2021


Did this article provide the answer you needed?
 
Yes
No
Not Sure
 
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.