Hi, all,
I get the MDK 3.22 evaluation from the Keil site and a J-Link from the Segger agent with evaluation license. My target is W90P710 eval board from Winbond. So, I want to access the peripherals easily when I debug my code. But I just get the following messages: RDI-Error 5: RDIError_DataAbort (Addr:=0xE0028008) RDI-Error 5: RDIError_DataAbort (Addr:=0xE0028004) RDI-Error 5: RDIError_DataAbort (Addr:=0xE002800C) RDI-Error 5: RDIError_DataAbort (Addr:=0xE0028000) RDI-Error 5: RDIError_DataAbort (Addr:=0xE0028008) DIR VTREG XTAL: ulong, value = 0x01F78A40 RDI-Error 5: RDIError_DataAbort (Addr:=0xE01FC088) CLOCK: ulong, value = 0x01F78A40 DIR VTREG ____^ *** error 122: AGDI: memory read failed (0xE01FC088)
I have modify the W90P710.H with the correct SFRs address.
So, How to access the W90P710's Peripherals with J-Link?