2025-03-17 7:25 AM - edited 2025-03-17 7:26 AM
Hello,
I am currently working on STM32N6570-DK. I want to create static library from files inside of Application layer and then I will create user memory and code section inside of my project. Therefore, users will develop their own graphic and I/O configurations for product.
When I created new N6 project, I can not enable static library option. Hence, my questions are:
1) Can I use static library inside of N6 project?
2) Can I create static library for N6 as other mcu groups?
Best Regards,
BK
Solved! Go to Solution.
2025-03-18 2:07 AM
Hello @B.Kaya ,
There is no restriction concerning the N6.
You can use static libraries inside N6 project (our AI demo uses CubeAI static libraries)
You can create static libraries for N6 as other mcu.
I am not an expert regarding static libraries but in a N6 project in STM32CubeIDE:
Have a good day,
Julian
2025-03-18 2:07 AM
Hello @B.Kaya ,
There is no restriction concerning the N6.
You can use static libraries inside N6 project (our AI demo uses CubeAI static libraries)
You can create static libraries for N6 as other mcu.
I am not an expert regarding static libraries but in a N6 project in STM32CubeIDE:
Have a good day,
Julian