• Why Hard Fault for STM32?
    Note: This was originally posted on 4th January 2010 at http://forums.arm.com Hey, guys     When I debuggig my RVMDK(ver 3.80) application of STM32 MCU with [url=" http://www.coocox.org/Colink.htm "]...
  • Hard Fault on cortex M3 NXP
    Note: This was originally posted on 20th June 2011 at http://forums.arm.com I've coded a small program to download in a usb memory some data acquired from the LPC1768 Cortex M3. I use IAR EW to code and...
  • Hard fault in SystemInit_ExtMemCtl()
    Hi I hope someone here can help guide me. I'm using a custom designed board which uses the same SDRAM memory configuration as the ST32429I-EVAL board. In the Keil file system_stm32f427x.c...
  • CMSIS-FreeRTOS Hard Fault
    I downloaded the CMSIS-RTOS Blinky with STM32CubeMX (STM32F769I-Discovery) example from the Pack installer. After running with the initially configured RTX5 RTOS implementation I used the Manage...
  • Hard Fault with net_initialize()
    Hello I send and receive data from Ethernet with cmsis library I send my data with send function each 100ms(with each timer interrupt) void send(void){ unsigned char i; unsigned long int checksum;...