-
**Describe the set-up**
STM32G4 LL driver V1.2.2 / 10-November-2021
**Describe the bug**
The function LL_CRS_ConfigSynchronization uses:
MODIFY_REG(CRS->CR, CRS_CR_TRIM, HSI48CalibrationValue)…
-
Good day @rmackay9, @Georacer and @tridge!
Much respect for your work.
I have an `icm-20948` sensor and a `stm32f411ccu6` microcontroller
I know that the `Ardupilot` for the entire project requires…
-
See if a driver for the STM32G4's CORDIC peripheral has any impact on performance in terms of either speed or quality.
https://www.st.com/content/ccc/resource/training/technical/product_training/gr…
-
1. Timers 15/16/17 have complementary outputs, but use `configureOutputChannel` function from simple timers (cannot enable the complementary channel). `configureOutputChannel` from `AdvancedControlTim…
-
Bug type: Language Service
**Describe the bug**
- OS and Version: Windows 10
- VS Code Version: 1.64.2
- C/C++ Extension Version: v1.8.4
Under directory hw/bsp, there is 63 sub-directory, i n…
-
**Describe the bug**
With STM32H5 target, the following code causes compile error.
https://github.com/suikan4github/murasaki/blob/7effc775287f58489d28ffa343e4ea2ad2827be2/core/i2cmaster.cpp#L222
…
-
Hi, tnx for the script I was able to move from cubeIDE project to platformio using the automatic script but i get continously the rebuild popup and finally this error....do you know what can be the ca…
-
### Describe the bug
after coming from 4.4.1. and loading my settings, i noticed pid loop freq to be stuck at 4khz.
looks like dshot can not be set above 300. if i select 600 and restart its back a…
-
While tracking down a flash bug in Zephyr on the STM32U585, I discovered that the `stm32u585xx.h` header defines `FLASH_PAGE_NB` based on `FLASH_BANK_SIZE` rather than `FLASH_SIZE`, meaning that `FLAS…
-
I can't seem to get more than four TPDOs transmitting using event timers (TPDO type 254). Currently I have five TPDOs defined with the following COBs:
(0x40000180, 0x40000280, 0x40000380, 0x4000048…