-
Hey,
If I check the ST-Link with my [STM32H753i-EVAL](http://www.st.com/en/evaluation-tools/stm32h753i-eval.html) board the following message occurs:
```shell
> st-flash write arm_app.bin 0x800…
-
It appears that the current `stm32h7xx_hal_i2s_ex.c` file is broken due to undeclared identifiers and CMSIS register usage. This can be verified by doing a recursive search for the identifiers in the …
-
[stm32h747_af.zip](https://github.com/openmv/openmv/files/4261353/stm32h747_af.zip)
Hello,
I just noticed that you are working an the PORTENTA device but using the file stm32h743_af.csv for pin …
-
### Steps to reproduce
1. Run this script:
```python
import sensor, image, time, pyb
sensor.reset()
sensor.set_pixformat(sensor.GRAYSCALE) # or GRAYSCALE...
sensor.set_framesize(sensor.QQVGA…
-
Did I understand correctly from the [description STM32H747](https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/arm/stm32h747i_disco/doc/index.rst) that the built-in Ethernet controller is…
i-and updated
4 years ago
-
**Describe what the question is**
Hi,
I didn't see forum or something of a wiki, so asking maybe a simple question regarding getting tinyusb integrated into a stm32 project. If there is a better …
-
### Description
Atom with Platformio is unable to compile for BOARD_MKS_ROBIN
### Steps to Reproduce
1. Try to compile with BOARD_MKS_ROBIN set as motherboard.
**Expected behavior:**…
-
I have an [rtfm-based app](https://github.com/tstellanova/stm32h743-rtfm)
that creates a repeated scheduled task to blink an LED and another repeated task to read an i2c driver.
This app appear…
-
I prepared a fairly simple script to investigate power saving tactics. If I attempt to save power by shutting down the OV7725 regulator with this:
sensor.__write_reg(0x4F, 0x18)
then I get t…
-
Hello, hopefully this isn't a known issue somewhere else.
[https://docs.rs/crate/stm32h7xx-hal/0.3.0](https://docs.rs/crate/stm32h7xx-hal/0.3.0)