We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
embassy-stm32 version: 0.2.0
describe: Hello, I am unable to use UART4 and UART5 when using stm32f100rc/rd/re/vc/vd/ve/zc/zd/ze. Has the embassy considered supporting them
The text was updated successfully, but these errors were encountered:
the problem is UART4/5 don't have a registers field here https://github.com/embassy-rs/stm32-data-generated/blob/main/data/chips/STM32F100RC.json#L2675
registers
They should have one like this https://github.com/embassy-rs/stm32-data-generated/blob/main/data/chips/STM32F100RC.json#L2896-L2900 (but probably UART, not USART)
reason is probably missing/wrong entry here https://github.com/embassy-rs/stm32-data/blob/main/stm32-data-gen/src/perimap.rs
if you could send a PR it'd be appreciated.
Sorry, something went wrong.
No branches or pull requests
embassy-stm32 version: 0.2.0
describe:
Hello, I am unable to use UART4 and UART5 when using stm32f100rc/rd/re/vc/vd/ve/zc/zd/ze. Has the embassy considered supporting them
The text was updated successfully, but these errors were encountered: