• CMSIS-RTOS 4.73 sources
    Hello, I noticed that CMSIS-RTOS sources that are made available are the version 4.70, while MDK contains binaries for 4.74 that include some fixes that sound important. Is it intention of Keil...
  • CMSIS-RTOS 4.73 sources
    Hello, I noticed that CMSIS-RTOS sources that are made available are the version 4.70, while MDK contains binaries for 4.74 that include some fixes that sound important. Is it intention of Keil...
  • Aren't GL_MAX_DRAW_BUFFERS and GL_MAX_COLOR_ATTACHMENTS supported for glGetIntegerv in ARM GLES3.0 emulator??
    I am using ARM emulator 3.0 to replay some gles2.0/3.0 traces, but following get functions are retuning GL_INVALID_ENUM. int val,retVal; glGetIntegerv(GL_MAX_DRAW_BUFFERS, &val); retVal = glGetError(...
  • Aren't GL_MAX_DRAW_BUFFERS and GL_MAX_COLOR_ATTACHMENTS supported for glGetIntegerv in ARM GLES3.0 emulator??
    I am using ARM emulator 3.0 to replay some gles2.0/3.0 traces, but following get functions are retuning GL_INVALID_ENUM. int val,retVal; glGetIntegerv(GL_MAX_DRAW_BUFFERS, &val); retVal = glGetError(...
  • error 56: cant open file - although project did work properly
    Hello, I didn't find anything helpful in the knowledgebase or through google, therefore I'll post my problem here. I have a project that did exactly what it is intended to do, one week ago (including...