Posted on March 14, 2014 at 16:13
I'm using an STMF103RCT MCU in IAR 6.5 for ARM. I'm working from a public institution with a questionable software sourcing policy - don't ask me to install Eclipse/OpenOCD/Zadig - I've spent 3 weeks installing ...
Posted on March 18, 2014 at 08:09
Well, I did that and reduced some temporary structure sizes, but I still have the Hard Fault upon reading or writing of any global variable from an IRQ handler. Here's an excerpt of the linker map file. Any acce...
Posted on March 14, 2014 at 16:47
Clive, thank you for your reply.
I usually end up in unmapped region when analysing the data of HardFault or just by reading the stack.
The issue is that - when I define my actual RAM in the ICF, as ...
Posted on January 15, 2014 at 14:52So, yours is a USB OTG driver problem, I'm curious, because eventually I will have to implement complex USB transfers and all in my project, but I don't know anything about this topic. The only help I can offer is ...