Skip to content

firmware not working for BMP21 probe. #2047

Answered by dragonmux
abdosalem490 asked this question in Q&A
Discussion options

You must be logged in to vote

What you're looking for is described in the platform.c for the probe:

/*
* Pins PB[7:5] are used to detect hardware revision.
* User option byte Data1 is used starting with hardware revision 4.
* Pin - OByte - Rev - Description
* 000 - 0xffff - 0 - Original production build.
* 001 - 0xffff - 1 - Mini production build.
* 010 - 0xffff - 2 - Mini V2.0e and later.
* 011 - 0xffff - 3 - Mini V2.1a and later.
* 011 - 0xfb04 - 4 - Mini V2.1d and later.
* xxx - 0xfb05 - 5 - Mini V2.2a and later.
* xxx - 0xfb06 - 6 - Mini V2.3a and later.
*
* This …

Replies: 10 comments

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
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
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by abdosalem490
Comment options

You must be logged in to vote
0 replies
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
Converted from issue

This discussion was converted from issue #2046 on January 08, 2025 02:53.