tina17 wrote on Tuesday, June 05, 2018:
Hello,
I’m working on a project with the following setup.
Controller: Infineon TLE9879QXA40
Compiler: Arm Compiler 5
My Project contains RAM-functions, which are needed because of performance reasons.
Running the project always leads to a stop in the HardFault_Handler. The history is __scatterload -> __scatterload_zeroinit -> HardFault_Handler.
The problem does not occur as soon as I remove the RAM_FUNCTIONS.
Can someone give me an advice why it isn’t working?
Thanks in advance