• hex file and code banking
    My code size is above 64k so now I need to do code banking. Using the Cygnal IDE I fit my .OBJ files in banks 0, 1, and 2. Don't need bank 3 yet. My question is, after I compile I get a an executable...
  • 2 Code bank with Single SRAM
    Hello, If we create 2 Banks for our project, for using more than 64K program. 1.We wanted to common SRAM for both the banks. Please describe how we can control the SRAM with 2 banks program; 2...
  • problem with the size of the hex file obtained from the code banking application
    hi friends , I m a R & D engineer working for a company i have encountered an amazing problem with my linker . I am using a BL51 Linker and i m using L51_BANK.A51 file for the appropriate settings...
  • Code banking HEX
    Hai All, I am having two fun1 and fun2 in bank 0 and 1.How to create Hex file and burn it to chip.when I compile I get .00H can I directly burn it to chip.
  • hex file generation
    Hi, I have a simple project in Keil with follow files. startup.a51 that contains. $NOMOD51 CSEG AT 0xFC00 BootHeaderData: DB 0xA5, \ 0xFF, \ 0x01, \ 0x00 NAME ?C_STARTUP ?C_C51STARTUP...