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

Timer stops after 32 Times with using OpenThread

Hello,

i'm currently working on my Bachelor Thesis using Makerdiary Board.
I recompiled the OpenThread Libraries to get the CLI working on my Board.

I need to read out sensors every 3 minutes, therefore I'm using the APP-Timer Library, but the timeout  handler stops working after some time.
To debug the problem I set the duration of the timer to 10 seconds there the timer stops after 32 times and the CLI becomes unresponsive.
I have no idea how to get rid of this problem.

I uploaded the Project to this private Thread.

Best regards

Dnil

Parents
  • Hi,

    Like I said in the private thread, it looks like this is caused by a Hardfault, and that it is not related to the timer. Can you confirm if the CLI becomes unresponsive in your application, regardless of if you start the timer or not? This to make sure that I'm seeing the same problem that you are experiencing.

    I will then try to debug further why the Hardfault is happening.

    Best regards,
    Jørgen

Reply
  • Hi,

    Like I said in the private thread, it looks like this is caused by a Hardfault, and that it is not related to the timer. Can you confirm if the CLI becomes unresponsive in your application, regardless of if you start the timer or not? This to make sure that I'm seeing the same problem that you are experiencing.

    I will then try to debug further why the Hardfault is happening.

    Best regards,
    Jørgen

Children
Related