Converting a project from 3.0 SP1 to 3.3 SP2

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
MaWo_1214996
Level 3
Level 3
First like given

Hello,

   

I am using currently PSoC Creator 3.3 SP2.

   

I am having sample projects created with PSoC Creator 3.0 SP1, which are for the Mikoelectronica PSoC Display board.

   

I can't compile and program them as they are.

   

Is there an easy way to convert them, so they are compatible with the newer version of PSoC Creator?

   

Thanks in advance...

   

Mark

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

For the first example set the component name to "TFT" instead to "TFT_1". Check the path for libraries, maybe you've changed that.

   

The second example is missing the TFT-component which you need to import.

   

 

   

Bob

View solution in original post

0 Likes
6 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Can you please post one of your complete projects, so that we all can have a look at all of your settings. To do so, use
Creator->File->Create Workspace Bundle (minimal)
and attach the resulting file.

   

Elaborating the changes to make is not so difficult.

   

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
MaWo_1214996
Level 3
Level 3
First like given

The Serial FRAM example zip file for PSoC Creator 3.0 SP1 as I have got it from here:

   

http://libstock.mikroe.com/projects/view/921/mikromedia-for-psoc-5lp-examples

   

The second file I have created the archive with PSoC Creator 3.3 SP2 from this project.

   

It would be great, if this sample can run in the up-to-date PSoC creator version. Then I can convert all other example project as well.

   

Mark

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

For the first example set the component name to "TFT" instead to "TFT_1". Check the path for libraries, maybe you've changed that.

   

The second example is missing the TFT-component which you need to import.

   

 

   

Bob

0 Likes
MaWo_1214996
Level 3
Level 3
First like given

I have got it compiled and programmed now with an older version of Creator(3.0SP2).

   

I think I have not the necessary knowledge yet to convert this project. I am working with PSoC Creater just since a few Months only.

   

I have renamed the TFT_1 module to TFT, but still not works.

   

Where I can find and set the path for libraries?

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Where I can find and set the path for libraries?

   

Under "Project -> Build Settings" You will find entries for Assembler, Compiler and Linker to include library paths or files.

   

 

   

Bob

MaWo_1214996
Level 3
Level 3
First like given

The entries there are identical in both versions of creator.

   

I am following now another approach. Creating an clean empty project in Creator 3.3 and then add the source files step by step from the old Creator 3.0 project. Will see if that helps.

0 Likes