Replies: 1 comment
-
should be fixed now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe there is an erratum on the Configuration Interface Examples where it says:
cfgData = [("CFG_UART1_BAUDRATE", 9600), (0x40530001, 115200)]
And the correct key should be
cfgData = [("CFG_UART1_BAUDRATE", 9600), (0x40520001, 115200)]
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions