Echelon Mini EVK User Manual

Page 87

Advertising
background image

1. I cannot compile the MGKeyboard application. When I try to compile

the application, the "Typename 'UCPTfrequency' not found in Device
Resource Files; 'SNVT*', 'SCPT*', 'UNVT*', 'UCPT*' are

reserved [NCC#389]

" error is reported.

• For a TP/FT-10 channel, set the application’s program ID to

9F:FF:FF:05:00:05:04:xx.

• For a PL-20N (power line PL-20 Smart Transceiver with CENELEC protocol

disabled) target channel type, set the application’s program ID to

9F:FF:FF:05:00:05:11:xx.

• For a PL-20C (power line PL-20 Smart Transceiver with CENELEC protocol

enabled) target channel type, set the application’s program ID to

9F:FF:FF:05:00:05:10:xx.

• See the header comment in the MGKeyboard.nc file for more details.

2. My application will not link to the ISI library. The linker reports

"cannot relocate segment..." when I try to add the library to my

application.
• Make sure you link with the correct version of the ISI library. See the header

comment in your application source file for recommendations.

• The memory requirements of your application and all required libraries

together might simply exceed the amount of available memory. See chapter 8,

Memory Management, in the Neuron C Reference Guide of a list of
suggestions What to Try When a Program Doesn’t Fit in a Neuron Chip.

3. My application will not link to the ISI library. The linker reports

"symbol not found..." when I try to build my application.
• Make sure you link with the correct version of the ISI library. The Neuron

linker does not automatically link the application with the ISI library; you

must provide a reference to that library through the Libraries section in the
Mini Application.

• Make sure the reference to the offending symbol name is spelled correctly in

your source code. Remember that symbol names in the C language family

are case-sensitive.

4. The Mini Application reports error #10 when I load an application

into my device.
The application cannot be loaded into the device, as the device does not contain
the amount of memory required to load the application. This error will occur if

you attempt to load the MGDemo application into an FT 3120 or PL 3120

Evaluation Board.

5. What can I do to improve application load-times on power line
channels?

Mini EVK User’s Guide

81

Advertising