Part Number: AM5728
Tool/software: TI-RTOS
Hi,
SR_0 are located at 0xBFC00000 physical address. This is inside the RAM but outside of any carveout. How does the Linux-side know that this area is used by the Shared Region #0? please refer to the ex41_forwardmsg example.
-config.bld
/* Shared region definition used in app */
var evmDRA7XX_SR_0 = {
name: "SR_0", space: "data", access: "RWX",
base: 0xBFC00000, len: 0x100000,
comment: "SR#0 Memory (1 MB)"
};
-Resource table
#define DSP_SR0_VIRT 0xBFC00000
#define DSP_SR0 0xBFC00000
Best regards,
Omid