For a dual CPU APP,how can I change the BSP to my owm BSP

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

cross mob
Dave_Long
Level 3
Level 3
10 replies posted 10 questions asked 10 sign-ins

For a dual CPU APP,how can I change the BSP to my own BSP?

 

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

Hi @Dave_Long

I believe you are referring to custom BSP. I followed this Knowledge-Based Article (KBA)  - ModusToolbox 2.2 and later: Make a Custom BSP - KBA231373to create a custom BSP for cm4_app. I then copied the TARGET folder (for example - TARGET_MyBSP) that is generated and placed it in cm0p_app. I also changed the makefile of the cm0p_app. After this, I was able to build the application successfully.

Can you please try out the same and let me know if it works for you?

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 @Dave_Long

I believe you are referring to custom BSP. I followed this Knowledge-Based Article (KBA)  - ModusToolbox 2.2 and later: Make a Custom BSP - KBA231373to create a custom BSP for cm4_app. I then copied the TARGET folder (for example - TARGET_MyBSP) that is generated and placed it in cm0p_app. I also changed the makefile of the cm0p_app. After this, I was able to build the application successfully.

Can you please try out the same and let me know if it works for you?

Thanks and Regards,
Rakshith M B
0 Likes