-
- **PC OS** : Windows 10/
- **Board** : stm32h743 ,my own board
- **Firmware**: examples/device/cdc_msc
**Describe the bug**
My project could not support USB warm unplugged since my bo…
-
On the NUCLEO-H743ZI2 board, the SPI_CONTINUE parameter of the SPI.transfer, SPI.transfer16 functions seems without any effect: the SS pin is always put HIGH after the transfer. Here is a sample sketc…
-
# Bug Report
### Current behavior
Behavior is as shown.
While trying to install core STMicroelectronics:stm32, the packages download proceeds as expected, and all the arm-none-eabi-gcc packag…
-
### Description of defect
I try to create STM32H743IITx platform using this guide: https://os.mbed.com/teams/ST/wiki/steps-to-create-a-new-STM32-platform
But script STM32_gen_PeripheralPins.py a…
-
Trying to debug NUCLEO-767ZI (STM32F767ZI) board I get the following error:
```
2020-07-27T12:08:44 DEBUG common.c: Loading device parameters....
2020-07-27T12:08:44 DEBUG common.c: *** stlink_co…
-
The TCP/IP sample code for STM32H743ZI_Nucleo doesn't work, as intended: (STM32CubeH7 v. 1.5)
It's best described here:
https://community.st.com/s/question/0D50X00009ZExEkSAL/stm32h743-nucleo-ether…
-
May cause a hang when running examples, if debugger is removed or mis-configured.
Feature gating ITM usage is a possible solution.
-
Do you also have this board with STM32H743?
-
In Cargo.toml I think the line
`stm32h742 = ["stm32h7/stm32h743", "device-selected", "singlecore"]`
should have `742` in place of `743`
-
Not sure what changed but this just started coming up in one of my CI tests
```
Compiling stm32h7xx-hal v0.8.0
error[E0512]: cannot transmute between types of different sizes, or dependently-size…