Hi,
I have a question about AM335x GPMC.
I'm trying to reconfigure GPMC CS0 during XIP boot.
In ROM code it setup CS0 size to 16MB, so I want to change it to 64MB.
And also want to reconfigure the timing.
I read TRM(spruh73h)page.264 and I understand that it's not allowed to
reconfigure if there is ongoing access to CS0.
So, I will make code which configure CS0 and load from NOR Flash to IRAM using CPU.
After loading the code to IRAM, it will execute the CS0 configuration.
But I don't know how to detect the loading is done and detect that there is no ongoing access.
Is there any method to detect that there is no ongoing access to the CS?
best regards,
g.f.