• Compiler not producing OBJ files
    Using uVision, I'm not getting .obj files produced by C51. A51 produces .obj files OK in the same project. The example projects do produce .obj files, so the cause is likely project settings. A .LST...
  • Compiler not producing OBJ files
    Using uVision, I'm not getting .obj files produced by C51. A51 produces .obj files OK in the same project. The example projects do produce .obj files, so the cause is likely project settings. A .LST...
  • [BUG]STM32F4xx_DFP v2.12.0 - PDSC file incomplete
    Hello Keil, I found that stm32f4xx_hal_mmc.c is not included in my project for some reason (but stm32f4xx_hal_sd.c and stm32f4xx_ll_sdmmc.c are included). I think, that this line is missing in...
  • [BUG]STM32F4xx_DFP v2.12.0 - PDSC file incomplete
    Hello Keil, I found that stm32f4xx_hal_mmc.c is not included in my project for some reason (but stm32f4xx_hal_sd.c and stm32f4xx_ll_sdmmc.c are included). I think, that this line is missing in...
  • [Compiler BUG] error: #70: incomplete type is not allowed
    I'm porting a logger framework to KEIL arm compiler. Unfortunatly I get an error: logging/Logger.h(90): error: #70: incomplete type is not allowed But to my knowledge, there should not be...