Start a project from scratch ModusToolbox custom board

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

cross mob
MaMo_1781621
Level 2
Level 2
First question asked First reply posted First like received

I am using a custom board CY8C6347BZI-BLD53 ( Onethinx module ).

I follow this guide:

https://forum.onethinx.com/t/how-to-start-a-project-from-scratch-in-modustoolbox/217

After build the project I got this error:

“Unable to evaluate parameter ‘Feedback (22-112)’ on personality ‘PLL’. Undefined identifier “feedbackDiv””

file cycfg_notices.h

Any tips? Thanks

0 Likes
1 Solution
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

The steps are mostly correct, some steps can be avoided, just some modifications. Please follow the steps mentioned below to get it to compile successfully in ModusToolbox 1.1:

(1) Open ModusToolbox, create a new workspace.

(2) Create a new application using File > New > ModusToolbox IDE Application

(3) Choose the PSoC6 BLE Pioneer Kit and click Next.

pastedImage_0.png

(4) Download the OneThinx examples from here and then extract them.

(5) Click the Import button and point to the modus.mk file of one of the examples say "HelloWorld". Click Next > Finish.

onethinx1.png

(6) Copy the "DemoKit" and "OnethinxCore" folder from the examples folder to the project workspace.

(7) Replace the files "OnethinxCore01.c/h" with the latest ones from here.

(8) Click Project Build Settings present in the Quick Start Panel and add the folders "DemoKit" and "OnethinxCore" to the includes of the Assember and the Compiler.

PBS

(9) Now click on Build Application. It should build successfully.

Regards,

Dheeraj

View solution in original post

2 Replies
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

The steps are mostly correct, some steps can be avoided, just some modifications. Please follow the steps mentioned below to get it to compile successfully in ModusToolbox 1.1:

(1) Open ModusToolbox, create a new workspace.

(2) Create a new application using File > New > ModusToolbox IDE Application

(3) Choose the PSoC6 BLE Pioneer Kit and click Next.

pastedImage_0.png

(4) Download the OneThinx examples from here and then extract them.

(5) Click the Import button and point to the modus.mk file of one of the examples say "HelloWorld". Click Next > Finish.

onethinx1.png

(6) Copy the "DemoKit" and "OnethinxCore" folder from the examples folder to the project workspace.

(7) Replace the files "OnethinxCore01.c/h" with the latest ones from here.

(8) Click Project Build Settings present in the Quick Start Panel and add the folders "DemoKit" and "OnethinxCore" to the includes of the Assember and the Compiler.

PBS

(9) Now click on Build Application. It should build successfully.

Regards,

Dheeraj