2021-08-27 07:34 AM
We have a project written with LL library. We want to add SelfTest functions to this project. However, the SelfTest libraries we downloaded from the site were written with the HAL library. Since we have a memory problem, we need a version written with the LL library. Does such a library exist? If not, how can we add SelfTest library written with HAL library to our project written with LL library?
2021-08-27 11:55 AM
LL and HAL can coexist in the same project. Add the files are relevant configuration files to your project.