Skip to content

Assigning different GPIOs for channel #43

Answered by gusmanb
Ashram56 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi.

If I understand it correctly you want to use the firmware and the analyzer software to put it in your hardware which is not a standard pico, right?

Well, as you have found the pins are mapped using the pinMap array, so channel1 is the GPIO specified in the first position of the array and so on up to channel24. You can remap those and it should work, all the code will use that mapping and the samples will be reordered before being sent to the LogicAnalyzer software (here is the code that sorts the samples).

About GPIO0 and 1, those are used for the complex and fast triggers, as I wanted to capture at 100Msps it is impossible to check complex patterns using only two PIO instructions so …

Replies: 13 comments 11 replies

Comment options

You must be logged in to vote
3 replies
@Ashram56
Comment options

@gusmanb
Comment options

@Ashram56
Comment options

Answer selected by Ashram56
Comment options

You must be logged in to vote
1 reply
@Ashram56
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Ashram56
Comment options

Comment options

You must be logged in to vote
2 replies
@Ashram56
Comment options

@Ashram56
Comment options

Comment options

You must be logged in to vote
1 reply
@gusmanb
Comment options

Comment options

You must be logged in to vote
1 reply
@gusmanb
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gusmanb
Comment options

Comment options

You must be logged in to vote
1 reply
@gusmanb
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