Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Hi,

I would like to translate KBA225991 into Japanese.

Thanks,

Kenshow

0 Likes
2 Replies
Kenshow
Level 8
Level 8
Distributor - Marubun (Japan)
50 solutions authored 25 solutions authored 10 solutions authored

Original KBA:

Secure image does not work using PSoC Creator - KBA225991

Translated by Kenshow

==============================

タイトル: セキュアイメージがPSoC Creatorを使用して機能しない-KBA225991

バージョン:**

質問:

セキュアイメージがPSoC Creatorで機能しないのはなぜですか?

回答:

セキュアイメージのバージョン1.20およびそれ以前のバージョンは、メモリの場所を示すポインタではなく、レジスタの値としてIPC DATAレジスタを使用するシステムコール(SysCall)をサポートしていません。このため、ポインタではない値を渡すシステムコールはハードフォールトにつながります。Cy_SysPm_LdoSetVoltage() およびCy_SysPm_BuckSetVoltage1()関数は、このタイプのシステムコールの例になります。デザイン全体のリソースシステムエディタで選択した電力モードに応じて、これらの1つはcyfitter_cfg.cファイルのCy_SystemInit()関数から呼び出されます。この問題を回避するには、この関数呼び出しを削除してください。

この問題は、システムコールを再マップする必要がある場合にのみ問題になります。ほとんどのアプリケーションはこれを行う必要はなく、main.cファイルのセキュアイメージのmain()関数内の次のコード行をコメントアウトまたは削除できます。

/ * SysCall設定* /

errorStatus = Cy_SI_ConfigSysCall();

if(errorStatus != CY_SI_SUCCESS) { Cy_SI_ErrorTask(); }

これらの行がコメントアウトまたは削除されている場合は、cyfitter_cfg.cを変更する必要はありません。

==============================

23-Apr-2020

Kenshow

0 Likes
JennaJo
Moderator
Moderator
Moderator
1000 replies posted 750 replies posted 500 replies posted

Hello, Kenshow-san

We receive your translation, it will be published to KBA to Community.

After upload, You will receive the points as the word of KBA.

Due to the current delay of processed work, Please bear with me for the delayed the response.

It could be delayed, but it will be processed soon.

Thanks for your contribution to CDC!

Will keep you update the status.

Thanks,

Jenna Jo

Jenna Jo
0 Likes