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-DRA7X: IPU MMU, GPIO5 access from CM4 code

Part Number: PROCESSOR-SDK-DRA7X

Hi,

I have following query related to GPIO-5 access from cortex M4 code on DRA7xx (VAYU) board.

 I am running Linux on CA15 and bare metal code on IPU. After connecting debugger to CA15, I am enabling all cores with the CCS gel script. CM4 MMU is configured by built in gel script.

 I am allowing Linux to boot and then loading CM-4 binary with the help of debugger. From the bare metal code of CM4, when I try to access GPIO5 (0x4805B000), the CM4 core stops working. as per IPU MMU, this peripheral address lies in large page of 512 MiB. So I am not sure what is the issue here.

 Awaiting your earliest response.