• Memory not free after glDeleteTextures call
    Note: This was originally posted on 25th April 2013 at http://forums.arm.com Hi , i'm using MALI-400 and its OpenGLES stack. Playing with textures, i discovered that the memory used by textures is not...
  • Timer Flag 0 is raised when timer starts
    Hi! I am trying to run two servos with one timer, checking pin state and set servo angle on a nRF24LE1. I'm not a skilled programmer, but this is what I've got: #include <Nordic/reg24le1...
  • Tags for Branch
    Going through the tutorial, my code: AREA MyFirstExample, Code, ReadOnly ENTRY MOV r0,#4 MOV r1,#5 ADD r2,r0,r1 S B S END When I build I get the following error: MyFirstExample...
  • Resource free after use
    Hi All, I have a doubt regarding resources freeing in Keil RTX. There is no API in Keil RTX to destroy the MailQueue, created using osMailCreate() or MessageQueue created using osMessageCreate...
  • debug vs. free-run
    I'm using a CC2430 RF device for data transmission. My code will run correctly when in debug and will transmit data when / as expected when executed via the "step" function. However, if I attempt to...