|
Technical Support Pages
This page is provided so that our customers can check out any problem that they encounter to see if there is a ready made solution. Some of these pages may require you to enter a user name and password.
If you can not find the answer to your particular question please fax us on +44 (0) 1371 876077 or email support@cms.uk.com to obtain a solution.
- Application Examples
- Example Code
- GNU C
- Crossware C
- Modula-2
- Terminal (cedit )
- Micro-Module
- Micro-Midget
- 307-Module
- FlashModule
- QuickFire
- Function Timings
- Documentation Errata
- How to contact Cambridge Microprocessor Systems Ltd.
Documentation Errata
The following are known areas where the product differs from the text in the manuals.
Modula2
-
Two BEGINs in a Module are not trapped. Remove the first BEGIN.
-
No RETURN in a function is not trapped. Ensure a RETURN is in the function.
-
DEC does not work on pointers. Use pointer := pointer -1.
-
ADR does not work on imported ARRAYs. Please call tech support.
-
The type cast n := INTEGER(x) when x is REAL does not work. Use the function n := TRUNC(x) instead.
Crossware C
-
Floating point operations on type double works faster than type float.
-
To increase that area available for variable storage reduce the amount of RAM reserved for operating system use in the LST file and remake the EPROMs. This will reduce the size of program that you can download.
If you find any problems with any of our manuals please email us at support@cms.uk.com describing the error, page number in the manual and the particular manual in question. All errors reported will receive a response from one of our engineers.
Although Cambridge Microprocessor Systems Ltd is committed to supplying its customers with a standard well tested product, errors and bugs can always be found in even the most widely used software packages. If you find any errors or bugs please let us know by sending an email to support@cms.uk.com. All reported errors will receive a response from one of our engineers.
|