-
Using the latest version of the main branch and run the script.
```
>>> import pyb
>>> adc = pyb.ADC(pyb.Pin.board.PA4)
Traceback (most recent call last):
File "", line 1, in
ValueError: pin …
-
Hello
I cloned ardupilot repository to make some changes. I have no problem with building FC firmwares. the problem is when I build a new bootloader, let me explain
I use a board with stm32h743 mcu.…
-
Hello!
I'm trying to port your port of kung-fu flash, to the stm32h743vti , and i'm finding a few problems building the code. I'm 100% new to stm32 development, so maybe i'm missing obvious things.
…
-
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
-
Made a **colorful pinout** for the **STM32H743VIT board** using the official WeAct schemes and STM32 datasheet.
Please review and if OK, I will send updated version soon (with all AF's added to pin…
-
Hello
Good time
please
Add support for stm32h743.
Thanks
-
**Describe the set-up:**
- I'm reporting this for the STM32H723/733, STM32H725/735 and STM32H730 family
**Describe the bug:**
- The RTC driver for the STM32H723 is incorrect.
- The RTC_TAF…
-
Hello,
I'm trying to load a firmware on a `nucleo_h743zi` using `pyocd`.
When the firmware size is small (blinky, hello world, ~20kB) everything is fine: my firmware is downloaded onto target and …
-
Screen: Size, interface (SPI, LTDC, etc), touch screen?
Buttons: What will user input look like? How many buttons? Keyboard? Etc.
-
We are using zephyr V3.6.0 and SDK version 0.16.5-1.
We are written code for Uart HW DMA for STM32H743 controller.
Assuming a buffer of 256 Bytes, A message sent with 257 bytes will cause an overflo…