• MSAA 2x on Mali - GLES
    Hi, Although OpenGL ES has mechanisms to query the maximum number of samples (with a min of 4 on GLES 3.1), there's no requirements for the opposite. Is there any expected behavior on Mali GPUs (at...
  • MSAA 2x on Mali - GLES
    Hi, Although OpenGL ES has mechanisms to query the maximum number of samples (with a min of 4 on GLES 3.1), there's no requirements for the opposite. Is there any expected behavior on Mali GPUs (at...
  • Perfomance of the CMSI-Drivers and RTOS
    Hello community, I'm investigating for my company, if the CMSI framework is useful. We have some really strict real-time requirements and therefore we need to know how long the different functions...
  • Perfomance of the CMSI-Drivers and RTOS
    Hello community, I'm investigating for my company, if the CMSI framework is useful. We have some really strict real-time requirements and therefore we need to know how long the different functions...
  • Unit testing STM32 using Unity
    If somebody is looking for unit testing inside Keil for STM32, please look this example. github.com/.../UnityKeilSTM32 This will be useful for people new to Test Driven Development. Also a...