• 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...
  • 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...
  • LPC1768 hard fault when using a function pointer
    Hello, I am working with a LPC1768. I don't have a lot of experience with it yet, so I am stuck doing something that seems very simple - but I cannot find the reason in the manual. I am calling...
  • LPC1768 hard fault when using a function pointer
    Hello, I am working with a LPC1768. I don't have a lot of experience with it yet, so I am stuck doing something that seems very simple - but I cannot find the reason in the manual. I am calling...
  • 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;...