-
It seems like an embedded-hal driver cannot issue a USART break condition using only the embedded-hal serial trait, right?
> A break condition is signaled to the module by keeping the UART_RX pin
…
dbrgn updated
4 years ago
-
I'm using https://github.com/Artory/drf-hal-json/ that basically provides custom base serializers that add dynamically fields like `_links` into the response via the `to_representation` method.
I t…
-
We would like to consider forming a team to be a public point of contact for potential business contacts.
This could include any of the following:
* Be the first point of contact for business pa…
-
Rewrite the BSP_CAN Driver to use the HAL. Make sure that functionality is accessible and generic to both Controls and BPS systems, and any future embedded systems.
Use [STM32Cube](https://www.st.c…
-
In [`booster`](https://github.com/quartiq/booster), using the latest `master` causes our application to lock up and encounter watchdog resets. Backtraces consistently have pointed to some of the SPI f…
-
I created a [Google Doc](https://docs.google.com/spreadsheets/d/1ilo_q4Qu_hXvhlKXskjjVudeR-lz2zwig7RFBfjtiNU/edit?usp=sharing) which contains some overview of what features different MCUs have.
Th…
-
Thank you for putting together an awesome library!
We've been [talking](https://app.element.io/#/room/#gitter_atsamd-rs=2Fcommunity:matrix.org) about it over on the atsamd channel, and we are defin…
-
1. samples/asr/asr_data_template_sample.c
https://github.com/tencentyun/qcloud-iot-explorer-sdk-embedded-c/blob/master/samples/asr/asr_data_template_sample.c
DF问题:在main函数的第407行,调用了_register_data_t…
-
I'd like to use the microSD slot on the STM32F7-Discovery board. This is connected to:
Pin | GPIO | Description
-- | -- | --
A12 | PC12 | SDMMC_CK
D12 | PD2 | SDMMC_CMD
G14 | PC8 | SDMMC_D0
F1…
-
I am using a blue pill with the default settings from this repository. When testing I noticed that whenever I set the system clock to anything else than the default settings, the code panics.
Here'…