This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

using Zephyr edge impulse in nRF connect with Segger

In the beginnig of this year I used to test my edge Impulse Zephyr project with nRF connect Segger Embedded studio and it's worked, but now days I having a problem with Segger Embedded studio with the same project also whatever the version of nRF connect.

I got this error 

Any idea to fix this, "I won't use vs code because I used an nRF52840dk to external flash my arduino nano 33 ble and there is a bug of printing messages"

  • Hello,

    So you are saying that you want the issue on Segger taken care of, and you do not want to switch to VS Code because of an issue you have with it? I can also try to solve both for you, or focus on the VS Code issue if switching is preferable.

    I having a problem with Segger Embedded studio with the same project also whatever the version of nRF connect.

    There seems to be some path issues. You are opening Segger using the toolchain manager I assume? Are you getting the same issue with any other sample?

    "I won't use vs code because I used an nRF52840dk to external flash my arduino nano 33 ble and there is a bug of printing messages"

    I don't know if I understand what you mean here. Did you not manage to properly flash the arduino nano 33, making it unable to print messages?

    Regards,

    Elfving

  • Yes I'm using the toolchain manager, and I didn't get the same issue with other sample "the same project work with vs code using the nrf52840 dk" but I can't continue working with vs code because there is no message that I can see using my arduino nano 33 ble "my project should be done with this board"

    In Segger I could see messages but the project failed to work

  • gizgiz said:
    I didn't get the same issue with other sample

    Which you also build using Segger? 

    Could you try building it using the command line and see if that works? (Enter the folder project folder from the command line and run "west build")

    Regards,

    Elfving

  • I tried to use command line and I had this error

    C:\Users\ghaaz\Desktop\hello_world>west build -b arduino_nano_33_ble
    Traceback (most recent call last):
    File "C:\Users\ghaaz\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
    File "C:\Users\ghaaz\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
    File "C:\Users\ghaaz\ncs\v1.9.1\toolchain\opt\bin\Scripts\west.exe\__main__.py", line 4, in <module>
    ModuleNotFoundError: No module named 'west'

    any help please

  • Could you try simply running 'west'?

    And in SES, could you enter the environment options by pressing options in the Tools drop-down menu, and then show me your NCS Toolchain path? There seems to be a mix of backward and forward slashes.

    Regards,

    Elfving

Related