• Keil::STM32F4xx_DFP V2.11.0 to V2.12.0 upgrade issue
    Hi, I am using MDK-ARM V5.17 and recently updated from Keil::STM32F4xx_DFP V2.11.0 to V2.12.0. When I start uVision I now get the following error: "Loading PDSC Debug Description Failed for...
  • How to open .pdsc file
    I downloaded keil MDK Middleware v7.4 . There I renamed the .pack file to .zip file to open it. Then I am clueless how to make progress. There is a .pdsc file that I guess needs to be opened but how?...
  • PDSC: Sequence Execution failed error
    Hi, I am trying to flash code onto the STM32F303 microcontroller on Keil uVision5 MDK-ARM v5.31 using the ULINK2 JTAG debugger. I have the latest packs for the STM32xx_DFP (v2.1.0). Now, whenever...
  • [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...
  • incomplete type is not allowed in c99
    Hello everyone, I am implementing a protocol handler. Within my code I have a (complete) struct typedefed to protocol_t in a routine i want to use the typedef and some raw format, so I initialized...