• Is there something like sizeof(function) ?
    Note: This was originally posted on 7th May 2009 at http://forums.arm.com I want to do IAP (In-Application Programming). In order to do this, I will copy several C functions from IROM to IRAM and then...
  • Is there something like sizeof(function) ?
    Note: This was originally posted on 7th May 2009 at http://forums.arm.com I want to do IAP (In-Application Programming). In order to do this, I will copy several C functions from IROM to IRAM and then...
  • Could Keil provide new driver SDK instead of AGDI? Is there something like a *** in AGDI?
    Maybe Keil should learn more from IAR. They has clean C-Spy driver interface and documents. while AGDI driver has --- 1. many unknown/unclear bit fields in struct 2. mixed parameters for different...
  • Could Keil provide new driver SDK instead of AGDI? Is there something like a *** in AGDI?
    Maybe Keil should learn more from IAR. They has clean C-Spy driver interface and documents. while AGDI driver has --- 1. many unknown/unclear bit fields in struct 2. mixed parameters for different...
  • Is there any simple math library that is optimized for aarch64, like NE10 for v7
    I'm looking for a simple math library that is optimized for aarch64. NE10 looked perfect but I ended up finding that it doesn't support math functions for aarch64. Arm Compute Library looks a bit...