Hi,
I wanna obtain an interrupt flag INT2# after a DSP C5402 reset by connecting INT2 signal to HINT. by this way, once the DSP get out from reset, it generates a HINT flag, then I can use it to activate the INT2 flag for HPI bootloader mode selection.
ISSUE:
- when HINT is not connected to INT2: the HINT signal is correct [the flag is generated, goes from high level = 3.3Volts to low level 0Volt] < it's okay>
- when HINT is tied to INT2: the INT2/HINT signal level is reduced [the flag is generated, goes from high level = less then 2Volts to low level 0Volt] <problem, flag is not detected!!>
what do you think?