Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

How to use BOOTSEL ping as GPIO

Ayayaya
Beginner
1,694 Views

Hello everyone,

I use custom board with cyclonev chip.

I use BOOTSEL[2] and BOOTSEL[0] pings as GPIO28, 60 by bi-directional ping.

BOOTSEL[2] and [0] are pulled-up by 10k ohm and I can read ping level(high level) through GPIO_EXT_PORTA register.

But I can't set LOW both ping with GPIO_SWPORTA_DR and DDR registers.

How should I set parameters to any registers ?

Or are thre any restriction to use BOOTSEL pings as GPIO output?

0 Kudos
1 Reply
FawazJ_Altera
Employee
732 Views

Hello,

BOOTSEL supposed to be input not output.

 

I dont think you will be able to write to them.

 

Thanks

Reply