Tool/software:
HI TI
RTOS-SDK: ti-processor-sdk-rtos-j721e-evm-08_01_00_13
LINUX-SDK: ti-processor-sdk-linux-j7-evm-08_01_00_07
HARDWARE: J721E
Under normal machine operation.
Execute the following script dump:
r5 = ds.openSession(".*MCU_Cortex_R5_0");
dmsc = ds.openSession(".*DMSC_Cortex_M3_0");
r5.memory.saveRaw(0,0x41cfe000,"/tmp/j7es_r5_log.bin",1000,32,true);
r5.memory.saveRaw(0,0x41cfed80,"/tmp/j7es_r5_trace.bin",270,32,true);
dmsc.memory.saveRaw(0,0x00081960,"/tmp/j7es_dmsc_log.bin",1000,32,true);
The generated file is attached.
thanks!