Skip to content

GPIO input interrupt #588

Answered by biosbob
biosbob asked this question in Q&A
Apr 16, 2023 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

works just fine -- though this is quite different from almost every MCU (risc-v or otherwise) i've seen.... perhaps i'm still getting used to FPGAs versus ASICs; the "hard" nature of the latter forces software to configure an individual GPIO (input, pullup, edge-triggered, etc) at runtime....

in the general case with ASICs, each GPIO cannot only serve as an input or output pin but i can also have an "alternative" function such as UART_TX or SPI_CLK.... but if your final target is in fact an FPGA, then by all means we should specializing the function of each pin....

given my interest in "minimalist" silicon, however, this approach certainly has merits if a downstream ASIC is lower-cost, lo…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@biosbob
Comment options

biosbob Apr 17, 2023
Collaborator Author

@stnolting
Comment options

@biosbob
Comment options

biosbob Apr 17, 2023
Collaborator Author

Answer selected by biosbob
@stnolting
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants