Echelon Neuron User Manual
Page 121
Neuron Tools Errors Guide
113
NCC#
Description
526
Cannot have the '#pragma ram_test_off' because it conflicts with '#pragma
skip_ram_test_except_on_power_up' [NCC#526]
You cannot choose both options, since they would be logically contradictory
with each other.
528
The FPT does not permit this property to be an array [NCC#528]
Neuron C Version 2.1 introduced configuration properties that are arrays.
In other words, the entire array is treated as a single property. The FPT
resources (SFPT*, UFPT*) designate, for each property, whether that
property may not, may, or must be an array. This error message indicates
that the program attempted to use an array property for an FPT CP
member, but the FPT does not permit that particular CP member to be an
array.
529
The FPT requires that this property be an array of
[NCC#529]
Neuron C Version 2.1 introduced configuration properties that are arrays.
In other words, the entire array is treated as a single property. The FPT
resources (SFPT*, UFPT*) designate, for each property, whether that
property may not, may, or must be an array. In the case of properties that
must be an array, the FPT can specify a fixed array bound, or a variable
array bound within a range. This error message indicates that the program
attempted to instantiate a property for an FPT CP member, but the FPT
requirement that the array bound be of a certain fixed size was not met.
530
The FPT requires that this property array have at least
[NCC#530]
Neuron C Version 2.1 introduced configuration properties that are arrays.
In other words, the entire array is treated as a single property. The FPT
resources (SFPT*, UFPT*) designate, for each property, whether that
property may not, may, or must be an array. In the case of properties that
must be an array, the FPT can specify a fixed array bound, or a variable
array bound within a range. This error message indicates that the program
attempted to instantiate a property for an FPT CP member, but the
property does not meet the minimum array bound requirement of the FPT
(the property is too small).
531
The FPT requires that this property array have no more than
elements [NCC#531]
Neuron C Version 2.1 introduced configuration properties that are arrays.
In other words, the entire array is treated as a single property. The FPT
resources (SFPT*, UFPT*) designate, for each property, whether that
property may not, may, or must be an array. In the case of properties that
must be an array, the FPT can specify a fixed array bound, or a variable
array bound within a range. This error message indicates that the program
attempted to instantiate a property for an FPT CP member, but the
property does not meet the maximum array bound requirement of the FPT
(the property is too large).