• Keil configration setting for code banking in external ROM
    I a using an external ROM of 256 K what will be the Keil target destination setting for 4 banks with 1) each having 32kcommon and bank code 2) bank 0 for common and bank 1 ,2 ,3 for bank code
  • Help using public / extern please
    Using A166 assembler in segmented mode... I want to allocate some variables that are effectively used globally in one .asm file. They are located in a section that places them at the exact desired...
  • LIN help please
    hey actually i'm using LIN protocol in my project.i have some doubts.what is diagnostic message.where it is used..is NAD mandatory for undefined frame..
  • Please help regarding this
    When I compiling my code with C51 Comiler in Keil Environment I am getting *** Error C249 Segment : Segment too large How to solve this problem
  • XC164 using external ROM
    We want to place an external ROM on our dev board so that if our code exceeds flash limit we can revert to old fashioned crash & burn techniques without having to lay out a new dev board. So the question...