How i can set int#(or [CTL15]) I/O high or low

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
zy_4714436
Level 1
Level 1
5 replies posted First question asked First reply posted

in a custom design int# IO is connectted to a led. Usually the led can be lighton by reset FX3, now i want to soft control it.  what i need to do?

0 Likes
1 Solution
YashwantK_46
Moderator
Moderator
Moderator
100 solutions authored 50 solutions authored 50 likes received

Hello,

INT# is interrupt or control signal and cannot be used as a GPIO.

The INT# output signal can only be controlled by GPIF II.

This pin can be either left floating or pulled up to VIO1 if it is not used.

For example if FPGA is connected to Fx3 through GPIF interface this interrupt pin can be used for trigger from FX3 to FPGA

"Usually the led can be lighton by reset FX3"

=> Does this happen everytime?

If so, can you please probe that pin with an oscilloscope and then see the voltage on that pin during reset?

Regards,

Yashwant

View solution in original post

0 Likes
1 Reply
YashwantK_46
Moderator
Moderator
Moderator
100 solutions authored 50 solutions authored 50 likes received

Hello,

INT# is interrupt or control signal and cannot be used as a GPIO.

The INT# output signal can only be controlled by GPIF II.

This pin can be either left floating or pulled up to VIO1 if it is not used.

For example if FPGA is connected to Fx3 through GPIF interface this interrupt pin can be used for trigger from FX3 to FPGA

"Usually the led can be lighton by reset FX3"

=> Does this happen everytime?

If so, can you please probe that pin with an oscilloscope and then see the voltage on that pin during reset?

Regards,

Yashwant

0 Likes