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

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

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

Related