Tool/software: TI-RTOS
hello, i want to use the cortex-M4 of the AM5728 to access the gpmc interface,is there any demo can be referenced?thank you.
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.
Tool/software: TI-RTOS
hello, i want to use the cortex-M4 of the AM5728 to access the gpmc interface,is there any demo can be referenced?thank you.
Part Number: AM5728
Tool/software: TI-RTOS
hello, base on linux-4.4.19,I want to use the IPU1 of the AM5728 to access the GPMC,it's my operation:
I configurate the base address 0x01000000 on device tree file,the code snippet is:
ranges = <0 0 0x01000000 0x01000000>; /* CSn0 0, addr 0x01000000, size 0x1000000 */
after this configuation, the IPU1 can not aceess the 0x01000000 successfully. please tell me that which base address I neet to configurate, thank you!