Trouble with BSP build

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

cross mob
KeTS_3297816
Level 2
Level 2
10 replies posted 10 sign-ins 5 replies posted

Hello.

I'm developing a mobile PSoC6 (CY8C6347FMI-BUD53) measurement system with BLE communication on Modus Toolbox (Version: 2.2.0 Build ID: 2181).

I had a trouble when I was building a custom BSP.

I made a new project from "New Application" in Quick Panel. I selected the "PSoC6-Generic" in Project Creator(ver.1.2). Then I made a build target from the left-click submenu on the project name.

I was able to build the target about a week ago. 

but I couldn't build and the error message below was shown in the console of the Modus Toolbox.

"Could not find schema to validate (Workspace directory)/mtb_shared/mtb-pdl-cat1/latest-v2.X/personalities/peripheral/sar-4.0.cypersonality against. Check the xmlns version against the ../personalities/version.xml file contents."

Maybe it will be  the error about personality file.

I don't know why it suddenly happened. 

Is there somebody who encountered same trouble, or know how to fix the problem?

Regards, 

Keiichi

0 Likes
1 Solution
Rakshith
Moderator
Moderator
Moderator
250 likes received 1000 replies posted 750 replies posted

Hi @KeTS_3297816

I could recreate the issue. I believe it's because of the newer library versions that were added for ModusToolbox 2.3. If you open up the Device Configurator from the Tools section in Quick Panel you will see this message - 

Rakshith_0-1619790136151.png

You could upgrade your ModusToolbox to 2.3 and this should fix the issue. If you do not want to upgrade at the moment, please follow these steps - 

1. Open Library Manager from the Quick Panel

2. Downgrade the mtb-pdl-cat1 library version to 2.1.0 release and the PSOC6-GENERIC BSP to 2.0.0 release as shown - 

Rakshith_1-1619790383630.png

Rakshith_2-1619791188936.png

3. Click on Update.

You should now be able to build the project without any errors or warnings. Please let me know if this worked.

Thanks and Regards,
Rakshith M B

View solution in original post

0 Likes
1 Reply
Rakshith
Moderator
Moderator
Moderator
250 likes received 1000 replies posted 750 replies posted

Hi @KeTS_3297816

I could recreate the issue. I believe it's because of the newer library versions that were added for ModusToolbox 2.3. If you open up the Device Configurator from the Tools section in Quick Panel you will see this message - 

Rakshith_0-1619790136151.png

You could upgrade your ModusToolbox to 2.3 and this should fix the issue. If you do not want to upgrade at the moment, please follow these steps - 

1. Open Library Manager from the Quick Panel

2. Downgrade the mtb-pdl-cat1 library version to 2.1.0 release and the PSOC6-GENERIC BSP to 2.0.0 release as shown - 

Rakshith_1-1619790383630.png

Rakshith_2-1619791188936.png

3. Click on Update.

You should now be able to build the project without any errors or warnings. Please let me know if this worked.

Thanks and Regards,
Rakshith M B
0 Likes