• look up table
    i am trying to use code memory space to store some constants patterns. to do this, i have defined an array in code memory space as follows: unsigned char code A[]={0x00,0x3F,0x50,0x90,0x50,0x3F,0xAA...
  • look up table
    i am trying to use code memory space to store some constants patterns. to do this, i have defined an array in code memory space as follows: unsigned char code A[]={0x00,0x3F,0x50,0x90,0x50,0x3F,0xAA...
  • ID look up table LPC1768
    Hey, I tried to generate a look up table for my Can Controller but I have a lot of troubles. In the user manual on page 374 stands that the SFF_sa is disabled when the Value is <0 . But on page 395...
  • Look up Table for XC164CS
    hello everyone, I just want to know if someone has any idea about look up table technique for sine or cosine function using keil simulator. I need to implement it in to my progam. I just want some...
  • Function Pointer - Look Up Table
    Hello, I'm using a 80C51 with the MX - extension in my design. I want to build up a look up table (ROM) that contains the addresses of several functions. The address of each function must be split...