Hi,
I am Jithendra, I am trying to configure gpmc on Beagle bone black to send data to FPGA. For this, we made a .dts file and compiled successfully.
My requirement is to configure the GPMC in Synchronous 8 bit NOR device Mode. So as per Sitara RFM, we configured the configs like this
Config 1: 0x29000003;
Config 2 : 0x00020200;
Config 3 : 0x22010110;
Config 4 : 0x02016211;
Config 5 : 0x01010202;
Config 6 : 0x80000000;
Config 7 : 0x00000f41;
Also, we enabled the 1) GPMC_TIMEOUT_CONTROL by setting it as 0x00001ff1.
2) CM_PER_GPMC_CLKCTRL by setting it as 0x00000002.
But, problem is that we are not getting the GPMC clock when we checked the P8-21 Pin by connecting to the CRO.
Do we need to set any other clock registers to enable the GPMC?
Can any one help us on how to configure the Gpmc so that, we should be able to capture the GPMC clock on CRO.