Skip to main content
Kamurasi-Jordan-Arthur
Associate III
February 4, 2026
Solved

Nano Edge AI Studio maximum Library(s) in a single projects.

  • February 4, 2026
  • 1 reply
  • 171 views

Hey there Community,
I have two Issues I would appreciate aid with.

  • Case1
    I have successfully created a Nano Edge AI Bench mark and I chosen the best model to run on the N6 Neucloe dev board. I need benchmark for another ML scenario, I intend on having both the Models running on the neucleo at the same time.
    Problem: I have wounder is given the interfacing with the generated libraries from Nano Edge AI, there Is support to run more than one model, i.e How would you call the inference on given model if both ":libneai.a" files share the same "NanoEdgeAI.h" interface.
    QN: Is there a work around for this scenario??
  • Case2
    I have attached image file for this one, During the validation process There seems to be an Error with the enumeration. please see attached file form more information. 
    KamurasiJordanArthur_0-1770208623428.png

    The Error at times can be 27, Where do I get more information about these Errors.
    @FBL 

Best answer by Julian E.

Hello @Kamurasi-Jordan-Arthur,

 

For the emulator error, I believe that the error number is just the library number you are testing.

Can you please import the test files in the "Signal step" to make sure that they are correct (without line to delete).

If they are not, delete the lines indicated and download the cleared files before doing a new experiment.

 

For multi libraries, this will be added in next release in the coming months.

 

Have a good day,

Julian

1 reply

Julian E.
Julian E.Best answer
Technical Moderator
February 4, 2026

Hello @Kamurasi-Jordan-Arthur,

 

For the emulator error, I believe that the error number is just the library number you are testing.

Can you please import the test files in the "Signal step" to make sure that they are correct (without line to delete).

If they are not, delete the lines indicated and download the cleared files before doing a new experiment.

 

For multi libraries, this will be added in next release in the coming months.

 

Have a good day,

Julian

​In order 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.
Kamurasi-Jordan-Arthur
Associate III
February 17, 2026

Thank you, so much @Julian E.  for you reply,
For the time being that specific part of the project has been paused, especially given the multi library issue. 
 I will surely try out you recommendations, first thing when the time comes.