U-blox ubx_evk_iris_w1 board flash configurations are similar. #99236
Closed
UrbanVibes
started this conversation in
RFC
Replies: 1 comment 3 replies
-
|
@UrbanVibes , Thank you for pointing that out! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems a lot has been done to distinguish between two different flash types in variants of this board, but as a collegue pointed out the configuration *.c files are identical except for whitespace and one property:
.fcb_fill[0] = 0xFFFFFFFFU,
vs.
.fcb_fill = 0xFFFFFFFFU,
It seems this whole setup for distinguishing flash types is redundant?
@3rang You seem to be involved, can you comment on this?
Sincerely Torbjørn
PS: Maybe a good idea could be to define the u-blox as a SOC and then use that for different eval boards.
Beta Was this translation helpful? Give feedback.
All reactions