|
|||||||||||
Technical Support Support Resources
Product Information |
MON390: Maxim TINI Board Software ProblemsInformation in this article applies to:
SYMPTOMWhen 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. CAUSEThe 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. RESOLUTIONAvoid using this memory area. You can use the linker's DATA directive to specify a new starting address for DATA objects. For example:
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 | ||||||||||
|
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.