Hello
I testing now a Q2687 Ex ID : ES1 width the latest FW B74J00gg.Q26EX001 . I test a working software (working on
q2687 finely ) but i have a little problem width the parallel bus on the Q2687Ex . (I test the compiled software on
a q2687 standard width 6.20 and i download that file to the extreme ) The Software are runing but the pbus init
send back a error code (on the Q2687 is working fine ) -2 these mean a parameter error .
Here the code :
adl_busParallelSettings_t local_setting =
{
ADL_BUS_PARALLEL_WIDTH_16_BITS, //width
ADL_BUS_PARALLEL_MODE_ASYNC_INTEL, //mode
{0x00 , 0x00}, // NC , NC
{2, 3, 1, 3, 0, 0, 0, 0}, //read timing {2, 3, 1, 3, 0, 0, 0, 0}
{2, 3, 1, 3, 0, 0, 0, 0}, //write timing {2, 3, 1, 3, 0, 0, 0, 0}
{
ADL_BUS_PARA_CS_TYPE_CS, // CS
3,
{ 0x00,0x00 }
},
{ 0, 0 }, //PageCfg
{ 0, 0, 0, 0, 0 }, //Synch Cfg
0x03FFFFFF //Address pin
};
local_handle = adl_busSubscribe ( ADL_BUS_PARALLEL , 1 , ( adl_busSettings_u * ) &local_setting );
What is the difference on the extreme ?
Thanks ...