Hello
I have succesfully compiled and downloaded an example project based on:
\ti\pdk_k2g_1_0_7\packages\ti\csl\example\gpmc\nor_read_write
I am using the EVMK2G board (desoldered the NAND-device) and connected AD0-15, WEn, REn, CSn and CLK to the FPGA.
- How to configure the GPMC_CONFIG7_0 register properly for this case? I don't need much of memory space so the smallest 16MB is okay (1111 for the MASKADRESS field I guess).
- What should I put in BASEADRESS field? The memory map specifies that GPMC_0_DATA has physical 40-bit adress between 00 3000 0000h and 006FFF FFFF
I have read
"7.3.4.8 Address Decoder and Chip-Select Configuration", "7.3.4.8.1 Chip-Select Base Address and Region Size" and so on in the TRM.
- Does the GPMC_CLK works and been driven without a proper setup in GPMC_CONFIG7_0?
- In "66AK2G0x_pinmux_data.c" the region: static pinmuxPerCfg_t gGpmc0PinCfg[] =
does not include PIN_GPMC_CLK and I think that could be an error.
When testing there is now activity on CSn_0 or GPMC_CLK.
Hopefully someone could give me something to continue the troubleshooting.
Kind regards
Fredrik