• Whether I can set local memory model for function?
    I have folow configurations: 1. Debug 2. Test - run internal tests. 3. Release 'Test' includes additional functions, such as vprintf. This functions may be called from top branch of code tree. ...
  • Whether I can set local memory model for function?
    I have folow configurations: 1. Debug 2. Test - run internal tests. 3. Release 'Test' includes additional functions, such as vprintf. This functions may be called from top branch of code tree. ...
  • Can a function know whether it executes on interrupt context or not?
    Hello, I am busy writing an RTOS with a preemptive scheduler. I have written a mutex which works fine, but, of course, I cannot use that mutex (a one that loops until the lock is released by another...
  • Can a function know whether it executes on interrupt context or not?
    Hello, I am busy writing an RTOS with a preemptive scheduler. I have written a mutex which works fine, but, of course, I cannot use that mutex (a one that loops until the lock is released by another...
  • How to check whether the executing program uses cache memory for low latency?
    Hello, I am new to this ARM platform. If I run a process in ARM A72 cortex, I would like to check whether it uses cache memory for optimisation and also low latency. Could any one suggest me how...