Hi,
I am using the SoC design from Desgn Start - Eval version for Cortex-M0 with only modification of using Xilinx Block ROM as the Memory for FLASH ROM as well as for RAM.
And my goal is to load the application into the FLASH ROM (Xilinx Block ROM) using KEIL-ULINK2.
Though KEIL-ULINK2 is able to detect the JTAG/SWD device and display the IDCODE,
Download is resulted in to Error : ' Device could not be powered up' , 'Flash Download failed - Target DLL has been cancelled'
Could any one with the knowledge of this, please let me know what is the issue and how to resolve it.
Thanks for your time and help.
Regards,Venkat
Please check the connections of CDBGPWRUPREQ and CDBGPWRUPACK,Typically you can connect it as
CDBGPWRUPREQ -> D flip-flop (FCLK) -> D flip-flop (FCLK) -> CDBGPWRUPACK
In ASIC design this request-acknowledge handshaking allows debugger connection to wait a little bit until debug logic wake up (for power saving). In FPGA you can just feedback the req to ack with a simple synchroniser.
Joseph, Thanks for the reply.
After modifying the logic as mentioned , I don't get the error message.
Regards,
Venkat