Hi,
I have a question about GEL file.
When accessing NOR flash(on AM3358EVM) using GEL file,
GPMC CS signal goes active four times. The access is single write access.
(I checked the signal using oscilloscope)
But when accessing from program(not from GEL), GPMC CS goes active only one time.
I think this behavior is usual.
What will cause this behavior when accessing NOR flash from GEL file?
The following is what I'm doing:
1.Erase NOR Flash(by program)
2.Send Write Command to NOR Flash(by program)
3.Write value to NOR Flash from program or GEL file
example: *(unsigned char*)0x0800000 = 0xAB;
In either case the value is written to NOR flash appropriately.
best regards,
g.f.