I want to add EMCEM to my current code, but after adding it, I found that it goes into the Hard Fault Handler. However, if I remove EMCEM, my code will return to a working state.


I tried turning off both Fault Groups and DCM Faults to see if the problem was caused by EMCEM's detection, but it still didn't work.

I tried adjusting FREERTOS's TOTAL HEAP SIZE = 32768, TIMER TASK STACK DEPTH = 2048, and QUEUE REGISTRY SIZE = 10, but it didn't work.

The message says "bus fault," but before I added the EMCEM module, all functions worked fine, and there was no bus fault. I don't know why it says this.
