• ARMCC V6.12 problem with simple std::queue
    Hi everyone! Im working with STM32F103VB, ARMCC V6.12, C++14(community) and have some problem with simple std::queue. When i write something like this: #include <queue> std::queue<int> Q; ...
  • ARMCC V6.12 problem with simple std::queue
    Hi everyone! Im working with STM32F103VB, ARMCC V6.12, C++14(community) and have some problem with simple std::queue. When i write something like this: #include <queue> std::queue<int> Q; ...
  • Compiler V6.12 Bug?
    Simulation of following code, compiled with V6.12 and optimzation level -O2 #include <stdio.h> typedef struct { char data[23]; } device_t; static device_t deviceList[100]; static device_t...
  • Compiler V6.12 Bug?
    Simulation of following code, compiled with V6.12 and optimzation level -O2 #include <stdio.h> typedef struct { char data[23]; } device_t; static device_t deviceList[100]; static device_t...
  • Using ARM Compiler 6.5 instead of ARMCC in an CMSIS environment
    Hello, I tried to test the Keil Compiler V6.5 with a simple demo project (using CMSIS for UART) based on an STM32F4xx and with the CMSIS RTOS (Keil RTX). To my surprise (I thought using only...