cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a static library for dual core processors in Cube IDE?

JPiet.3
Associate II

Hi,

how does it work to create a static library for a dual core processor? While starting under CubeIDE with "New Project", the point "Static Library" is not usable, for instance, when use the STM32H745 (M4 & M7 Core). Is an application note available, how to do it?

Thanks,

Jan

0693W00000UnzZeQAJ.png

1 ACCEPTED SOLUTION

Accepted Solutions
KDJEM.1
ST Employee

Hi @JPiet.3​,

I recommend you to have a look to the User Manual UM2609 available on our Website and precisely Section 2.2.2 Creating a new STM32 static library project.

Maybe this post helped you.

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Thank you

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
KDJEM.1
ST Employee

Hi @JPiet.3​,

I recommend you to have a look to the User Manual UM2609 available on our Website and precisely Section 2.2.2 Creating a new STM32 static library project.

Maybe this post helped you.

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Thank you

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

JPiet.3
Associate II

Yes, thanks, it's working now. More difficult was to link the .a-File to my code because for the include path, you need the miscelaneous tab and not the libraries-tab to use the new object file.