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"

Parents
  • 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

Reply
  • 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

Children
  • When I ran west I got this:

    C:\Users\ghaaz >west
    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'

Related