This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

missing header files.

Hi, I have following issue and need some help.
I am using SEGGER Embedded studio for ARM Release 3.4 build 2018052200 36079 with latest SDK on window 10 (64). Most of the SDK's sample examples compile and work, But I have come across couple of them a). wireless_uart under 802_15_4 folder and b), cli example under Thread/experimental, They always compile but now and then when I try to run them with Go command under SES studio the File explorer window pops up, indicating "missing file". Add or remove for future. It shows up for several files and only way I can kill it, is by window "kill task" function. On restarting things will work then back to same issue. I searched for these missing files in window directory and some of them don't even exits on the file system... not sure how to solve this?
On another issue on ses's debug terminal - How do I input commands (such as setting ip address, per example) in case of cli example.
Thanks

Parents
  • Hi, Per this post - "Debugging OpenThread example with Segger" https://devzone.nordicsemi.com/f/nordic-q-a/35344/debugging-openthread-examples-with-segger/135942#135942

    I believe this is my issue of missing header/source files in the SES.  I was able to follow this and run the program.

    On running (<Thread SDK>/examples/thread/experimental/cli/usb). The program display messages:

    <info> app: Thread version: OPENTHREAD/ga89eb88-dirty; NRF52840; Nov 17 2017 09:01:26

    <info> app: Network name: OpenThread

    <info> app: State changed! Flags: 0x00001311 Current role: 0

    But I don't get a command line, which I need to configure the network by inputing commands. such as panid, ifconfig up, thread start etc.  what I am missing?  need some assistance understanding this.

    Thanks

Reply
  • Hi, Per this post - "Debugging OpenThread example with Segger" https://devzone.nordicsemi.com/f/nordic-q-a/35344/debugging-openthread-examples-with-segger/135942#135942

    I believe this is my issue of missing header/source files in the SES.  I was able to follow this and run the program.

    On running (<Thread SDK>/examples/thread/experimental/cli/usb). The program display messages:

    <info> app: Thread version: OPENTHREAD/ga89eb88-dirty; NRF52840; Nov 17 2017 09:01:26

    <info> app: Network name: OpenThread

    <info> app: State changed! Flags: 0x00001311 Current role: 0

    But I don't get a command line, which I need to configure the network by inputing commands. such as panid, ifconfig up, thread start etc.  what I am missing?  need some assistance understanding this.

    Thanks

Children