• Finding and getting data from a static table (Vectorized Data Query)
    I have a big table which inclues values according to parameters like x and y. How can i find a values fast enough without high cpu load?
  • Finding and getting data from a static table (Vectorized Data Query)
    I have a big table which inclues values according to parameters like x and y. How can i find a values fast enough without high cpu load?
  • storing static data into flash in C
    I have some large static arrays that I would like to reside in flash rather than in sram. Is there a directive or some syntax I can put in the declaration in C to tell the KEIL compiler to put the...
  • storing static data into flash in C
    I have some large static arrays that I would like to reside in flash rather than in sram. Is there a directive or some syntax I can put in the declaration in C to tell the KEIL compiler to put the...
  • static data in position independent code on arm
    Hello everyone, I'm a student from germany and am trying to implement position independency (ram and rom) on a STM32F103VF (Cortex™-M3 with MPU), programmed with Keil µVision V4 (full version). I...