-
McuBoot fails to read JEDEC ID over SPI:
```
[00:00:00.166,000] spi_flash_at45: Wrong JEDEC ID: 00 1F 26, expected: 1F 26 00
```
This bug occurs after applying PR https://github.com/zephyrproje…
-
Hi,
As per https://www.freertos.org/RTOS-task-priority.html:
> Each task is assigned a priority from 0 to ( configMAX_PRIORITIES – 1 )
It is informed under #59 that the reason to choose value…
-
Hello,
I am currently using STM32CubeMX version 6.0.1 with STM32Cube MCU Package for STM32H7 Series version 1.8.0. The generated code executes when using ULINKpro, but does not execute when Reset s…
-
I found framework-stm32cube\f4\Drivers\STM32F4xx_HAL_Driver haven't get updated for a year. This leads to some incompatability with code generated by STM32CubeMx using the newest framework from https:…
-
Looks like the logic which calculates the value of the TIMINGR register is broken.
The code is located here: https://github.com/stm32-rs/stm32f7xx-hal/blob/master/src/i2c.rs#L338
One obvious probl…
-
Hello, if I am using board without USB, all serial ports are shifted, so I should use Serial3 when i mean 4 port (in stm32CubeMX it's 4 port, and if i turn on `SERIAL_USB` it is 4 port too).
https://…
-
Hi there,
Very appreciate if someone able to comment of the above title, please. If not, what IDE platform is recommended. The screen-shot shows, STM32CubeMX is being associated with. However, I coul…
-
### Description of defect
https://github.com/ARMmbed/mbed-os/blob/master/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F412xG/system_clock.c
should be moved to
https://github.com/ARMm…
-
When I use stm32cubemx, I can directly manipulate my assembly code to allocate address space or customize some interrupts, but how can platformio directly manipulate assembly code?
-
I'm trying to use LPUART with Low Speed External oscillator (LSE). According to the STM32L0x1 reference manual, you need to set bit 8 of the control/status register (RCC_CSR LSEON), and then check if …