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.

TMS320C6727B: WE toggle twice in 1 write cycle

Genius 13655 points
Part Number: TMS320C6727B

Hello Champs

Customer connected SST39VF800A to EMIF, the circuit is below.

The code is below:

void main()
{
    initSystem();                           //系统初始化
    A1CR = 0x3FFFFFFD;          //flash时序寄存器配置
    M0PDOUT = 0x10000001;    //将AXR0配置为高电平
    while(1)
    {
        Flash_5555h = 0xAA; //向DSP地址0x9000AAAA处(即Flash的0x5555处)写0xAA
        Delay(20);
    }


But he found the WE is toggled twice in one write cycle and the BA0 is not correct. Please see below snapshot.

Blue: EM_CLK 55MHz
Yello: WE
Green: CE

Thanks.
Rgds
Shine