Problem with RTCS create - error code 1310 , what it means ?

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

Problem with RTCS create - error code 1310 , what it means ?

ソリューションへジャンプ
1,793件の閲覧回数
tomaslipka
Contributor I

Hello , I have problem with command rtcs_create . This command worked 1 month without any problems in my projects . Now if I create rtcs (the same project without changes), the command shows error code 1310 , what it means ? I dont know , what to do with this problem . I m trying to re-build mqx library and to create new project , but without results .

Thank you for your answer .

Tomas L.

0 件の賞賛
返信
1 解決策
1,298件の閲覧回数
Martin_
NXP Employee
NXP Employee

Hi Tomas,

for RTCS error codes, RTCS_ERROR_BASE is 0x1000 defined by mqx.h.

RTCS related error codes are in listed rtcs.h.

error code 0x1310 means:

RTCSERR_PCB_ALLOC  (RTCS_ERROR_BASE|0x310)    /* couldn't allocate PCBs */

the error indicates a problem with the amount of memory available for RTCS in your system.

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,299件の閲覧回数
Martin_
NXP Employee
NXP Employee

Hi Tomas,

for RTCS error codes, RTCS_ERROR_BASE is 0x1000 defined by mqx.h.

RTCS related error codes are in listed rtcs.h.

error code 0x1310 means:

RTCSERR_PCB_ALLOC  (RTCS_ERROR_BASE|0x310)    /* couldn't allocate PCBs */

the error indicates a problem with the amount of memory available for RTCS in your system.

0 件の賞賛
返信
1,298件の閲覧回数
Mohsin455
Contributor IV

Hi,

        Can anyone please let me know what needs to be changed in RTCS initialization to solve this error ?

Thanks,

Mohsin

0 件の賞賛
返信
1,298件の閲覧回数
Teckna
Contributor V

Hi Mohsin,

you can increase stack of task calling RTCS_create.

Regards.

0 件の賞賛
返信