Topic : Ride7 RKit

Forum : Ride IDE

Original Post
Post Information Post
October 20, 2011 - 12:24pm
Guest

Hello

I'm compiling code for my STM32F103ZET6. But I get strange Hard Fault interrupts. I have tried several different projects that I know have worked in the past on the same computer.

I'm using:

Windows 7 32-bit
Ride7_7.30.10.0169
RKit-ARM_1.26.10.0130

But when I try the new Ride7 and RKit-ARM all of my projects work.

Ride7_7.34.11.0250
RKit-ARM_1.36.11.0285

I can't see any difference in the listing produced where the error happens.

What is going on?

Replies
Post Information Post
+1
0
-1
October 20, 2011 - 2:59pm
Raisonance Support Team

Welcome to STM32!
Check for unaligned code and vectors. You may also generate a spurious interrupt, which triggers a fault if you do not have any ISR.