Datasheet

142 PSoC Designer IDE Guide, Document # 001-42655 Rev *B
A.11 Project Cloning Warnings
Problem: You clone a project and receive what seem to be strange errors or warnings.
Solution: To convert your project between device types, select Start New Project. Then
select Clone a Configuration and type a name for your new project. In the exist-
ing configuration window, select the project to clone and the new device type into
which to migrate your project. Select Finish. The new version of your project may
require modification if you migrated to a part with fewer resources.
Unfortunately, this migration tool does not always migrate the boot.tpl file cor-
rectly.
To fix this issue delete the boot.tpl and boot.asm file from the project directory and
restart PSoC Designer. This forces PSoC Designer to regenerate the boot.tpl file.
A.12 AreaName Not Defined
Problem: Warning: area 'AreaName’ not defined in startup file ./obj/boot.o and does
not have an link time address.” applies to assembly code as well.
C compiler generates extraneous warning message relating to RAM AREAS.
In projects that make use of RAM AREAs that are not explicitly defined in the
boot.asm, the linker may generate the warning message “Warning: area 'AreaN-
ame? not defined in startup file './obj/boot.o' and does not have an link time
address.
Solution: You may ignore this message. The warning my also safely be ignored in projects
that only use assembler.
A.13 General Troubleshooting Issues
Problem: You undocked a minibar, and then closed it by clicking the ‘x’ on the upper right
corner. Now, you cannot get the minibar back.
Solution: From the menu select Tools > Options > Toolbars tab. Select the minibars to dis-
play. This restores the closed minibar.
Figure 1-3. Toolbar OPtions Menu