Interrupt Stack Overflow

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Interrupt Stack Overflow

1,485 次查看
MQXuser
Contributor III

Have any of you seen this error?,

My ISRs are very small and dont require big amount of RAM. 

Any hints about what could be going on?

 

TAD shows the following:

 

Stack Overflow     Interrupt Stack, Stack Base 0x20000bc4, Stack Limit 0x200007c4

LWMemory Error  LWMemory 0x0 corrupted

Partition Error       Partition 0x202afff4 corrupted

LWEvent Error      LWEvent 0x0 corrupted

LWSem Error        LWSem 0x200006f4

 

 

Thanks

0 项奖励
2 回复数

431 次查看
MQXuser
Contributor III

What about Unhandled Interrupt error?

Shell task is giving me that error when more interrupts are added to the program.

Any clues?

 

Regards

0 项奖励

431 次查看
PetrM
Senior Contributor I

Hello,

 

seems like memory is overwritten by something. Try to use _int_install_unexpected_isr(), this will send you some useful information about failing interrupt via STDOUT.

 

Regards,

PetrM

 

0 项奖励