ARMmbed / mbed-os-5-docs

Full documentation for Mbed OS 5 and 6

Home Page:http://os.mbed.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timer class is causing HardFault exception in KL25Z

sixtzain opened this issue · comments

Descrption

My code was running fine until I added the timer object, then a HardFault issue is always shown

Expected to find...

Timer running in board correctly

Found

image

Code:
image

@sixtzain This issue has an incomplete or old issue template.For future reference please use an up to date clone of the repository before raising issues. Many thanks.

Thank you for raising this detailed GitHub issue. I am now notifying our internal issue triagers.
Internal Jira reference: https://jira.arm.com/browse/IOTOSM-3925

@sixtzain This issue has an incomplete or old issue template.For future reference please use an up to date clone of the repository before raising issues. Many thanks.

Please use the issue template and fill the required information

Where is the hard fault happening ? The screenshot only contains subset of the code. Are you able to create a snippet to reproduce the issue? Will timer in the main (only timer) trigger hardfault?