Other Parts Discussed in Thread: HALCOGEN
When input signal received from external chip is rising edge, I am working on a program that interrupts and reads EMIF data.
EMIF uses Async3 and configured as below.
Have a nice day.
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.
Hello, QJ Wang
Sorry. Reply is late.VIM 10 (HET high) interrupt is enabled. I checked using break.
In the waveform below, the chip signal remains high after the rising edge. And when data is read by EMIF, the signal falls back low.
EMIF nOE signal goes active low. There is a delay of about 3us. Can I reduce the delay by setting?
[C1: chip signal, C2 : EMIF_nOE]
Hello,
Are the EMIF operations in NHET edge ISR ( edgeNotification() )?
void edgeNotification(hetBASE_t * hetREG,uint32 edge)
{
if (edge == 0) { //pin 17 edge in your seeting
EMIF operation;
}
}