• "No information available for the selected symbol" ARMCLANG V6.12
    Hello, I use uVision V5.28.0.0 with ArmClang V6.12 and LPC4367 CPU. The project compiles without any errors, and flashable output file is generated. Debug Information and Browse Information is enabled...
  • 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...
  • C51 V6.12 BUG Report !
    C51 V6.12 BUG Report ! void main(void) { unsigned char a_b[5][7]; unsigned char ab[5]; } Builded it,then error! Seem to a_b-->ab ,the '_' has been del?
  • C51 V6.12 BUG Report !
    C51 V6.12 BUG Report ! void main(void) { unsigned char a_b[5][7]; unsigned char ab[5]; } Builded it,then error! Seem to a_b-->ab ,the '_' has been del?
  • ARM CLang v6.12: there is bug?
    Good day! I am use Keil uVision v5.28, CLang v6.12. I noticed an interesting feature on the '-Os balanced' and '-O1' optimization levels. My code static void Write(SPI_TypeDef *spi, u16 addr,...