SmartDSP implementation

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

SmartDSP implementation

2,996件の閲覧回数
simil
Contributor I
I have a doubt regarding the implementation of "osEventDelete" function in SmartDSP OS.
The implementation is in the file {install}\StarCore_Support\SmartDSP\source\common\os_event.c.
One of the statements in the function(line number 79) is
"temp_task = (os_tcb_t *) osEventReady(deleted_event, 0);"

Since "osEventReady" returns the task_id of the task, shouldn't the statement be as follows

"temp_task = (os_tcb_t *) (g_all_tasks_array + osEventReady(deleted_event, 0));"
ラベル(1)
0 件の賞賛
返信
3 返答(返信)

1,098件の閲覧回数
simil
Contributor I
I am using code warrior v3.0 for starcore architecture.
0 件の賞賛
返信

1,098件の閲覧回数
CrasyCat
Specialist III
Hello
 
I would recommend you to submit a service request for that.

Click here to submit a service request.

Make sure to attach a reproducible project and installed product information to the service request.
To generate the required information:
- Start CodeWarrior
- Open the project
- Select "Help" -> "Pack and Go" and follow instructions on the screen.

Attach the generated .zip file to the SR.
 
CrasyCat
0 件の賞賛
返信

1,098件の閲覧回数
Alban
Senior Contributor II
Hello and Welcome,

It would be appreciated if you were reading the rules to give right information for people to help you.

Please read:
  [IMPORTANT] When Asking about CODEWARRIOR !!!

Regards,
Alban.
0 件の賞賛
返信