-
When tx_queue_receive() function is called inside a thread with TX_WAIT_FOREVER option, the thread exit is not possible. If we break the thread execution or exit the thread, then the execution goes to…
-
@facchinm @sbhklr
With other ~30 pin Arduinos I understand pin names relate to ports, for example::
PA14, PB3, PC1, PD10
, but on the PortentaH7 we have potentially 160 Pins. That many pins …
-
OS : Ubuntu 20.04.2 LTS
IDE : STM32CubeIDE version 1.5.1
I am not able to run any program on STM32H743ZI2. I genereated code from STM32CubeIDE and flashed on it. I had added HAL_GPIO_TogglePin(LD…
-
Hi,
I have detected two errors with STEP and Render 3D.
Installed on Fedora 35 and version [4b0f7a2].
Step export enable, Log with kibot -v:
-------------------------------------------------…
-
Changed some lines of the Display-API to make graphics appear faster by a factor.
**PR containing the whole, latest codebase for reference: #665**
Here's a little preview, running on STM32F0 @48…
-
Frequency:
Wire.begin() should default to 100kHz clock for the I2C bus. In the default appears to give 116kHz. Wire.setClock(400kHz) gives 333kHz.
Waveform:
The waveform for the SCL line is no…
-
### Description of the task
HAL download sometimes fails when either Cubes servers are down or we experience a network blip causing CI to randomly fail. This ticket involves adding a mirror to th…
-
**Describe the bug**
On STM32H7 platform, a systematic error happens at each second boot.
git bisect leads to following PR: https://github.com/zephyrproject-rtos/zephyr/pull/34086
**To Reproduce*…
-
initHardware() has to be called before initMmcCard for SD to work on H7
-
As per the title, I am on an STM32H723 mcu, `uart_tx `and `uart_rx` is working fine on application code
setting `CONFIG_UART_STM32=y` and disabling the async allow the shell to be functional.
…