• CortexM3 Register binding
    Hi everyone, I know that on some Atmel microcontrollers it is possible to specify for a variable the memory space as directly being a CPU Register. Would it be possible as well to "bind" a variable...
  • CortexM3 Register binding
    Hi everyone, I know that on some Atmel microcontrollers it is possible to specify for a variable the memory space as directly being a CPU Register. Would it be possible as well to "bind" a variable...
  • Mesh buffer binding error?
    What does "Mesh buffer binding error: mCurrentBuffer = 2, binded buffer = 0" mean? I get this error in my android app, followed by __egl_set_error:121: [WARNING]Mali EGL errorcode: 300d (which should...
  • Mesh buffer binding error?
    What does "Mesh buffer binding error: mCurrentBuffer = 2, binded buffer = 0" mean? I get this error in my android app, followed by __egl_set_error:121: [WARNING]Mali EGL errorcode: 300d (which should...
  • std::bind in ARMCC 5.06 ??
    Hi, we use C++ in our project and we want to use std::bind . Unfortunatelly this is not available in ARMCC. I had a look in <functions> Header but I cannot find a documentation for those header files...