-
STM32F429 is support ARM_USART_EVENT_RX_TIMEOUT , but I can't use it on STM32H743, Is this function under development or cannot be completed due to hardware limitations,We look forward to your reply
-
Description: There is an issue in the Zephyr Device Tree configuration for STM32G0 series UART peripherals. Specifically, the interrupt numbers for UART4, UART5, and UART6 are assigned the same interr…
-
Hi, I'm trying to remap USART3 to use pins PA13 and PA14 of a CH32V305FBP6, however it doesn't seem to be taking effect.
```
void UART_Config(uint32_t baudrate) {
USART_InitTypeDef USART_Init…
PL125 updated
1 month ago
-
**System components timeout issue**
Call to system functions like **tx_event_flags_get**, **tx_semaphore_get** etc. with _timeout != TX_WAIT_FOREVER_ results in thread wake before timeout in some co…
-
I would like to change uart baud at runtime.
Code seems to be in [`usart::configure`](https://github.com/embassy-rs/embassy/blob/b6663a013f8632cefbc6d6ab9a9aa7afbcd1314b/embassy-stm32/src/usart/mod…
-
The MCU I use is STM32F103ZET6. The original Wifi_RxCallBack function is as follows.This function cannot read characters normally through uart interrupt. It's like uart interrupt data cannot be writte…
-
**Describe the bug**
This component is incorrectly resolved for this project: [Hello.zip](https://github.com/user-attachments/files/16263247/Hello.zip)
```yml
- component: ARM::CMSIS Driver…
-
@GYelectronic
When in settings screen, the bottom line still displays the previous FW string:
GY_MLX90640V2.**2**
I verified the installation this way:
Downgrade to v2.0 -> as expected, this on…
-
Добрый день.
Спасибо за вашу работу. Как можно сделать, чтобы работал usart, а не usb.
Простите за плохой английский.
С уважением Сергей.
-
### Variant
USART
### Control type
FOC
### Control mode
Speed
### Description
i need to test arduino with motors , so i used uart3 i changed the #define to uart and then upload the code to ardu…