• 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...
  • 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...