• newbie questions about the stack and the stack size
    Hi I have a few questions about the stack size (LPC2200 controller). E.g. in my programm is a main function with an array short example[16][500]; 16 * 500 * 4 (short) = 3,9 kByte ...
  • newbie questions about the stack and the stack size
    Hi I have a few questions about the stack size (LPC2200 controller). E.g. in my programm is a main function with an array short example[16][500]; 16 * 500 * 4 (short) = 3,9 kByte ...
  • Question about OpenCL max constant memory size in Mali G77
    When testing OpenCL device info about CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE, I'm amazed to find that the return value is 1GB. How could it be so large? (Tested on a mediatek phone with Dimensity 1000+...
  • Question about OpenCL max constant memory size in Mali G77
    When testing OpenCL device info about CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE, I'm amazed to find that the return value is 1GB. How could it be so large? (Tested on a mediatek phone with Dimensity 1000+...
  • The question about Overlay.
    When a function is invoked not only by a general function but also by a interrupt function ,how can I assign the instruction"Overlay"?