I am using RVI debugger to initialize TMS570 processor , I must create the target platform by using debugger hardware program in DS-5 tools
Therefore , I tried to auto configure my develop platform but it doesn’t find the device ,in effect it displays an ID 0X1B…. that is not the same ID of TMS570 (0X80206D05)
To overcome that problem I use a default platform called TMS570PSF762,
When I use it ,without changing the target configuration, I have the following error:
Disconnected from stopped target Cortex-R4
ERROR(CMD9-TAD11-NAL20):
! Failed to connect to the device
! Failed to write 10,812 bytes to address 0x00000000
! Verify error on memory operation.
Then , due to the fact that there is a parameters set to specify the base addressee and index AP of each module in the coresigth . I tried to configure the register
According to the application note SPNS141F, it shows the memory map in the debugger register, so I set the basse address according to the frame start address (table 2-4) in the TMS570PSF762 platform
AP index= default index
Basse addresse (cortex R4)= FFA01000
However I have the following error:
ERROR(DTS77-DTS77-NAL48):
! Unable to connect to TCP:164.129.123.158
! Unable to connect to TCP:164.129.123.158
! Failed to communicate with debug hardware using 'TCP:164.129.123.158'- please check it is available.
Although I modified the ID in RDC file , I have the same error.. So I don’t know if my configuration target is not right or if I didn’t do some configuration