LPC55S69 : ARM errata 838869

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

LPC55S69 : ARM errata 838869

1,420件の閲覧回数
EugeneHiihtaja
Senior Contributor I

Hello !

I can see interrupt handler in SDk still have errata fix like this :

/* Add for ARM errata 838869, affects Cortex-M4, Cortex-M4F Store immediate overlapping
exception return operation might vector to incorrect interrupt */
#if defined __CORTEX_M && (__CORTEX_M == 4U)
__DSB();
#endif

Does it applicable to this type of MCU or it is Cortex4 only ?

As usually it is under ifdef flag, sometimes without.

Regards,

Eugene

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

1,238件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

hi Eugene Hiihtaja

Please let me know which SDK demo and which file you are referring to. I will check.

Thanks,

Jun Zhang

0 件の賞賛
返信

1,238件の閲覧回数
EugeneHiihtaja
Senior Contributor I

Hi !

In latest LPC55S69 SDK:

pastedImage_1.png

does drivers are common for a lot of MCU/Platforms ?

Regards,

Eugene

0 件の賞賛
返信

1,238件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

>>does drivers are common for a lot of MCU/Platforms ?

Yes, correct.

0 件の賞賛
返信