• 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...
  • 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...
  • What C++ standard does ARMCC support and why does this template not instantiated?
    Hi all, I have a project with C and C++, I'm compiling it with armcc v5.06 (Keil uVision 5): --c99 -c --cpu Cortex-M4.fp -g -O3 --apcs=interwork --split_sections -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver...
  • What C++ standard does ARMCC support and why does this template not instantiated?
    Hi all, I have a project with C and C++, I'm compiling it with armcc v5.06 (Keil uVision 5): --c99 -c --cpu Cortex-M4.fp -g -O3 --apcs=interwork --split_sections -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver...
  • 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...