|
How to detect a thread is aborted and restart it?
Andrew, Thank you! I’ll try more times to see if it can restart. Where is the testing application you mentioned for restarting thread? Maybe I didn’t use it in the right way. Regards, Jun From: "Boie,
Andrew, Thank you! I’ll try more times to see if it can restart. Where is the testing application you mentioned for restarting thread? Maybe I didn’t use it in the right way. Regards, Jun From: "Boie,
|
By
Li, Jun R
· #1484
·
|
|
How to detect a thread is aborted and restart it?
Another question still related to thread problem: now I can use fn_abort to detect a thread was forcibly aborted due to something wrong. However, it seems not possible to restart the same thread with
Another question still related to thread problem: now I can use fn_abort to detect a thread was forcibly aborted due to something wrong. However, it seems not possible to restart the same thread with
|
By
Li, Jun R
· #1481
·
|
|
multithread problem in zephyr application
Hi everyone, I got a strange issue on my multi-threaded application. Sometimes, my application crashes due to the error like below: Executing thread ID (thread): 0x20000c4c Faulting instruction addres
Hi everyone, I got a strange issue on my multi-threaded application. Sometimes, my application crashes due to the error like below: Executing thread ID (thread): 0x20000c4c Faulting instruction addres
|
By
Li, Jun R
· #1480
·
|
|
How to detect a thread is aborted and restart it?
Thank you, Andrew and Mike! I think the function fn_abort is good enough to meet my requests. Thank you very much! Regards, Jun From: "Boie, Andrew P" <andrew.p.boie@...> Date: Monday, December
Thank you, Andrew and Mike! I think the function fn_abort is good enough to meet my requests. Thank you very much! Regards, Jun From: "Boie, Andrew P" <andrew.p.boie@...> Date: Monday, December
|
By
Li, Jun R
· #1468
·
|
|
How to detect a thread is aborted and restart it?
Hi Ram, Thanks for providing this helpful information! However, the two functions seem not to be published API functions and can’t be included without being moved to somewhere. Also, unfortunately, I
Hi Ram, Thanks for providing this helpful information! However, the two functions seem not to be published API functions and can’t be included without being moved to somewhere. Also, unfortunately, I
|
By
Li, Jun R
· #1465
·
|
|
How to detect a thread is aborted and restart it?
Hello everyone, My application has one critical thread which needs to be always running. However, sometimes, it could crash due to some incorrect memory operations. I want to find a way to detect the
Hello everyone, My application has one critical thread which needs to be always running. However, sometimes, it could crash due to some incorrect memory operations. I want to find a way to detect the
|
By
Li, Jun R
· #1458
·
|
|
How to get caller stack information when crash happens?
Is there an issue to track this request? This feature is very useful for debugging. Regards, Jun From: Ilyes Gouta <ilyes.gouta@...> Date: Wednesday, October 18, 2017 at 11:06 To: Kumar Gala <ku
Is there an issue to track this request? This feature is very useful for debugging. Regards, Jun From: Ilyes Gouta <ilyes.gouta@...> Date: Wednesday, October 18, 2017 at 11:06 To: Kumar Gala <ku
|
By
Li, Jun R
· #1160
·
|
|
How to get caller stack information when crash happens?
Hi, While I debug my application based on Zephyr, sometimes Fatal faults could happen on a specific thread, with the messages like below: shell> ***** BUS FAULT ***** Executing thread ID (thread): 0x2
Hi, While I debug my application based on Zephyr, sometimes Fatal faults could happen on a specific thread, with the messages like below: shell> ***** BUS FAULT ***** Executing thread ID (thread): 0x2
|
By
Li, Jun R
· #1152
·
|
|
[Zephyr-devil] Tiny tile Zephyr implementation
Please try “make BOARD=tinytile”. The board name should be exactly same as “boards/x86/tinytile”. From: <zephyr-devel-bounces@...> on behalf of Jie Zhou <zhoujie@...> Date:
Please try “make BOARD=tinytile”. The board name should be exactly same as “boards/x86/tinytile”. From: <zephyr-devel-bounces@...> on behalf of Jie Zhou <zhoujie@...> Date:
|
By
Li, Jun R
· #1115
·
|
|
how to conditionally link a static library in Zephyr?
Hi there, I’m trying to build my zephyr app with a static library which is not provided with its source code. I can achieve the goal by adding the following two lines in my project’s Makefile: export
Hi there, I’m trying to build my zephyr app with a static library which is not provided with its source code. I can achieve the goal by adding the following two lines in my project’s Makefile: export
|
By
Li, Jun R
· #910
·
|
|
How to figure out the stack size for a thread?
Great! Thank you, Mike and Andrew! From: Michael Rosen <michael.r.rosen@...> Date: Thursday, August 10, 2017 at 11:41 To: "Li, Jun R" <jun.r.li@...>, "zephyr-devel@..."
Great! Thank you, Mike and Andrew! From: Michael Rosen <michael.r.rosen@...> Date: Thursday, August 10, 2017 at 11:41 To: "Li, Jun R" <jun.r.li@...>, "zephyr-devel@..."
|
By
Li, Jun R
· #818
·
|
|
How to figure out the stack size for a thread?
Hi there, I’m wondering by which means to figure out the static stack size for a thread? Thank you! Jun Li NTG | Intel Corporation | Santa Clara
Hi there, I’m wondering by which means to figure out the static stack size for a thread? Thank you! Jun Li NTG | Intel Corporation | Santa Clara
|
By
Li, Jun R
· #815
·
|
|
cpp support on Zephyr
Hi, Has anyone tried to compile cpp code into zephyr, what kind of settings, libraries will be required for Zephyr to include Cpp code? Thank you! Jun Li Intel Corporation | Santa Clara | CA
Hi, Has anyone tried to compile cpp code into zephyr, what kind of settings, libraries will be required for Zephyr to include Cpp code? Thank you! Jun Li Intel Corporation | Santa Clara | CA
|
By
Li, Jun R
· #763
·
|
|
how to user KTimer?
Ben, Thanks for the explanation! It is very clear now. Regards, Jun
Ben, Thanks for the explanation! It is very clear now. Regards, Jun
|
By
Li, Jun R
· #211
·
|
|
how to user KTimer?
Hi there, I’m trying to use the “k_timer” in my project, and get confused by the parameters in the function “k_timer_start(struct k_timer *timer, int32_t duration, int32_t period)”. How are the parame
Hi there, I’m trying to use the “k_timer” in my project, and get confused by the parameters in the function “k_timer_start(struct k_timer *timer, int32_t duration, int32_t period)”. How are the parame
|
By
Li, Jun R
· #205
·
|
|
Is TI CC1200 driver available for zephyr?
Hi, I got the impression from this slide (Page 6) that TI’s CC1200 sub-1GHz radio transceiver will be supported by zephyr soon. I’m wondering if there is any progress in implementing its driver so tha
Hi, I got the impression from this slide (Page 6) that TI’s CC1200 sub-1GHz radio transceiver will be supported by zephyr soon. I’m wondering if there is any progress in implementing its driver so tha
|
By
Li, Jun R
· #32
·
|