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.

AM3357: Am3357 GPMC api modified

Part Number: AM3357

Hi Team,

 

Condition:

Customer is using am3357 connect fpga to transform data, base on this feature they are using gprmc to send the data.

Requirement:

Previous :  sdk_01.01.02.01 with ccs 6.1.3

Current : sdk_6_03_00_106 

Feasture :  GPMC_Transfer() minimam 4 byte (if set as 2 Bytes, then it can send continuely)

In the previous sdk is around 800ns per transfer

In the new sdk is over 1us 

Requirement : 

As the customer they have capability to modified code

 First solution -> they are asking is it possible to teach them how to build (ti.drv.gpmc.aa8fg)

as picture they can't find the lib, i think they just don't know where the feature definition?

And how to build 

Secound solution -> could the bu provide the control method to only work
HW_WR_REG16(hwAttrs->gpmcBaseAddr + GPMC_NAND_DATA_N(hwAttrs->chipSel), *pData16) HW_RD_REG16(hwAttrs->gpmcBaseAddr + GPMC_NAND_DATA_N(hwAttrs->chipSel))