This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-J7200: J7200 R5F memory register access

Part Number: PROCESSOR-SDK-J7200


Hi TI

We work on the memory register read /write in the R5F main domain mcu2_1 of the J7200 evm board. We use SD card boot to bring up the device.

Refer to the guide line "Ethernet Firmware Demo", 

When we try to use a pointer to read /write the address 0x46020004 of the CPSW register in mcu2_1 ( as below image1) ,there will be no problems.

The memory can be read/written normally.

But when we try to read /write the address 0x2140110 of the SPI register in mcu2_1 (as below image2),

the memory read /write does not work, and we also try to call the function HW_WR_REG32_RAW (addr, value)/HW_RD_REG32_RAW (value) to read /write address 0x2140110,

we also cannot read and write normally. Is this a question about SD card boot code setting about memory-related protection?  (tiboot3,tifs ,) How do we solve this problem?

Because we are currently doing software integration, we need to do some  memory read/write. Could you please help?

TI-RTOS SDK version : 08_00_00_12

https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-j7200/latest/exports/docs/ethfw/docs/user_guide/demo_ethfw_combined_top.html

image 1

image 2