Other Parts Discussed in Thread: OMAP-L137
Hi, dear TI support service!
In an AM263P4 chip (I am still waiting for the Launchpad kit unfortunately), I am currently trying to access the PRU memory PRU0_DMEM_0 from the core R5F 0 to implement a custom queue from the R5F and the PRU core.
ATM, I have defined a custom memory region at address 0x48000000 (this address value is a courtesy of ChatGPT...) in the .syscfg file, so that the linker.cmd file now has this section:
-
GROUP (NOLOAD) : {PRU_sync : {} align(8)} > 0x48000000
And this custom region:
-
CUSTOM_X : ORIGIN = 0x48000000 , LENGTH = 0x3C000
I wonder:
- what the PRU host address is in an AM263P4 chip
- what the PRU memory PRU0_DMEM_0 host address is
- if an example project exists where the PRU memory is accessed from the R5F core so I can take some hints from it
- if documentation exists about the PRU host address
- if it is indeed better to locate the queue in the R5F memory space, stated that the R5F addresses are well known
- if you can suggest other mechanisms to implement a shared queue between R5F and PRU cores
Best regards
Michele
