• static Look-up-table
    Can anybody suggest the best technique to use for storing a look-up table array in ROM? Right now I just have: unsigned char code LUT1[256] = { 0, 1, 2, ..., 255};
  • static Look-up-table
    Can anybody suggest the best technique to use for storing a look-up table array in ROM? Right now I just have: unsigned char code LUT1[256] = { 0, 1, 2, ..., 255};
  • 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...