Hi! I work with Actel FPGAs. I need to connect core8051s. I created a project in FPGA, but I can not program the microcontroller. In Kit A3PE-A3P-EVAL-BRD1, no external memory, I have created in the FPGA RAM ROM, but can not be programmed. Who has seen this problem? There is an example of a solution? Working examples of projects in the Libero and Keil or SoftConsol? Thank you!
I created the hex file. How to program it in core8051s? Programmer Actel FlashPRO?
If it's supposed to be a "ROM", then you'd need to get the HEX data into a form that the chip compiler can include it as it builds the core? Aren't there any manuals for your chip/tools?
How to program it in core8051s? Programmer Actel FlashPRO? a question for Actel, not or Keil
yes, if you work in SoftConsol. But I want to work in Keil. Probably already done that
As you probably can't access CPU core via JTAG from uVision (special adapter necessary), the only alternative is to programm ROM in FPGA with MON51 serial monitor, map some internal RAM to code space and then connect via serial port to uVision. Then you will be able to download your application code to FPGA RAM and debug it. If that's what you asked...