• RL-FLASHFS fwrite() causing Hard Fault !
    Hi Everyone I am hoping someone might be able provide me with some inspiration or something !! I have a problem within the application I am developing and am struggling to work out what is going...
  • Order of variable declaration causes a hard fault
    Hello all, I am developing a project using the LPC1752 and uVision 4.10 on my own hardware using the FatFS library. I am having a problem whereby the order in which I declare my variables seems to...
  • hard fault caused by scatter loader decompress routine
    Hi I am working with a microsemi cortex M3 ARM with uVision and ulink2 mdk 5.12 and I am getting a PRECISERR bus fault from a memory read during initialization by the scatterloader decompress routine...
  • Hard fault when branching to main
    Hi, I am working in a C++ project for STM3210C-Eval Board (Cortex-M3). I wrote some classes and got the project working perfectly. Then I designed other classes to increment project functionalities...
  • tsk_lock() and tsk_unlock()
    Hallo, i use tsk_lock() for disables task switching(on Arm Cortex-M3) is this the same function as NVIC_DisableIRQ(SysTick_IRQn) i wonder because tsk_lock() takes longer then calling NVIC_DisableIRQ...