Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
October 20, 2011 - 12:24pm
|
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 But when I try the new Ride7 and RKit-ARM all of my projects work. Ride7_7.34.11.0250 I can't see any difference in the listing produced where the error happens. What is going on? |
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.