This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

compiling EPROM firmware for NXP 80C552 Micro

Hello,

I have a board with NXP80C552 Micro init and the firmware gets programmed onto a EPROM chip. I need to modify the firmware and recompile and program it back to the EPROM.

I am modifying the software but is there any easy way to compile it and see real time errors? Is there any IDE in Keil that I can simply open the files and compile?

Since the firmware is for EPROM and not for the Micro I cannot use Keil uvision as it thinks that th ememory is too full when compiling.

Parents
  • I simply did create new project
    Then,
    Selected Legacy package
    Under NXP chose 80C552.

    There was no spot to specify any size. The 80C552 chip is a ROMless chip so the firmware is programmed onto external EPROM.

    I think that's why when I added all the files of the original firmware onto the project and simply built it it gave me following error after compiling and linking:

    "FATAL ERROR L250: CODE SIZE LIMIT IN RESTRICTED VERSION EXCEEDED.

    The firmware is programmed onto external EPROM which has bigger storage but when I am compiling I am saying it is being used in 80C552. I think that's the problem???

Reply
  • I simply did create new project
    Then,
    Selected Legacy package
    Under NXP chose 80C552.

    There was no spot to specify any size. The 80C552 chip is a ROMless chip so the firmware is programmed onto external EPROM.

    I think that's why when I added all the files of the original firmware onto the project and simply built it it gave me following error after compiling and linking:

    "FATAL ERROR L250: CODE SIZE LIMIT IN RESTRICTED VERSION EXCEEDED.

    The firmware is programmed onto external EPROM which has bigger storage but when I am compiling I am saying it is being used in 80C552. I think that's the problem???

Children