• Hard/Seg Fault during C++ Object Instantiations
    Hey all, I have a very strange problem. It sounds to me that this is a known problem, but I cannot find any solutions to it. Here is my setup: Host: Win7 PC, plenty of RAM. Target: STM32F303RE...
  • L166: Relocating objects in a library to user classes
    Hello, I have been experimenting with the linker for the purpose of code optimization. I was able to run certain sections of my own code within the internal flash fairly easily, however, I would...
  • Sub classes in NDATA class
    Problem: Is there a way to define groups of variables in different modules and then to force the linker to locate all these in one contiguous memory region. This would be helpful for parameter-variables...
  • Objective C
    Can we use objective C for LPC21xx series micro controller.
  • object file
    I am currently working on composing a library. I have created .h file which is header file and .c file which has functions. How can ı link both these files. (I know that ı have to create object file but...