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
  • Your problem isn't the external EPROM. Your problem is that you do not have a proper tools license that supports this amount of code.

    Always spend time trying to understand the meaning of error messages - they are there to inform you.

    If you think your company have bought a valid license that should support this amount of code then it's time to contact Keil support and ask for help.

Reply
  • Your problem isn't the external EPROM. Your problem is that you do not have a proper tools license that supports this amount of code.

    Always spend time trying to understand the meaning of error messages - they are there to inform you.

    If you think your company have bought a valid license that should support this amount of code then it's time to contact Keil support and ask for help.

Children