Search Results
Search results 1-10 of 10.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hello, sometimes J-Link crashed during debugging. The following situation is very strange and We lost lot of time. (Probably some student working on this part of J-Link.) There is too many question: J-Link not working. Do you want to continue? "Noooooooo" Do you want to stop debugging? "Yessssssssss " J-Link not working. Do you want to continue? "Noooooooo" Do you want to stop debugging? "Yessssssssss " J-Link not working. Do you want to continue? "Noooooooo" Do you want to stop debugging? "Yess…
-
How to debug RTOS
Rebel - - embOS related
PostI have error in this line: OS_PutMail1(& MailBoxMessage, & Mail); I want to "Step Into" but it doesn't work. It freeze all the system. Is there any way how to detect what's wrong with RTOS? (System View work only on Cortex M9...)
-
Sometimes J-Link stop to to debug. Why? I expected that all code for J-Link is in protected area. Ok, something is wrong. So I want to stop. But it is not possible, because J-Link ask to many time: "Would you like stop" or something like this. You have to click: yes, no, yes, no, ok, yes, no, yes, no, ok...... Why?????
-
How to stop/ restart task
Rebel - - embOS related
PostUser can change configuration in the menu. For example turn off temperature sensor. It is connected via I2C. PS: We have embOS licenses and few J-Links.
-
How to stop/ restart task
Rebel - - embOS related
PostHello, I am in "Task C" and I want to stop "Task A". But sometimes "Task B" wait for mailbox from Task A. So I have to stop task + send mail to "Task B"? is there any example how to manage task in the running application? I need inspiration for beginning.
-
Error - MtxWrapper.h
Rebel - - embOS related
PostOld IAR: 5.5 New IAR: 7.5 Processor: ARM7 OS version: 3.82e
-
Error - MtxWrapper.h
Rebel - - embOS related
PostHello, I try old project in new IAR and I got error: Fatal Error[Pe1696]: cannot open source file "MtxWrapper.h" Can you tell me please how to convert old project to the new IAR Workbench?
-
Task priority
Rebel - - embOS related
PostHello, I would like to ask about task priority. I have two task: TaskA - priority 242 TasbB - priority 243 TaskA call function: Log( "Tom", "No money"); Source Code (7 lines) ( It is just example, it is not C code. Log is global struct) Lets say TaskA is on line "Log.Error = "No money"; " Can be TaskB now become active? TaskB call same function with different Name and Error. Data will by corrupted? So I have to use mailboxes? Is there any way how to check possible data conflict?
-
OS_InitHW() - manul
Rebel - - embOS related
PostBut there is almost nothing about OS_InitHW(). (And BSP) I would like to how to integrate embOS to any system. Do you provide OS_InitHW()? Or is this done by manufacturer of processor?
-
OS_InitHW() - manul
Rebel - - embOS related
PostHello, where is explained function OS_InitHW()? Rebel