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!
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...