-
Hello,
I am currently unable to declare initialized Global Variables in External SRAM because of the limitations with __main function (available with Keil compiler version V6.16 ) code availability…
-
**Caution**
There is an error in the oversampling configuration for the ADC3 in the H730VBT processor in the HAL library.
In the attached screenshots, I have shown the configuration in CubeMX, in th…
-
Hi!
### Problem
After finally figuring out how to get the cmsis-dsp package when using STM32CubeMX (manually downloading and installing the .pack for cmsis core and cmsis-dsp from https://www.k…
-
Hi.
The current calculation for `i2c.timingr` seems to hold only in the case of using `pclk1` as clock source, and only if `pclk1 == 8 Mhz`.
In my case I would like to use `pclk1 = 80 Mhz`, whic…
-
Whenever I created a new project based on LoRaWAN Skeleton, it doesn't generate `MX_GPIO_Init()` in any file. This requires user to write their pin configuration manually, compared to the other projec…
-
First and foremost, thanks for contributing to a project like this. I'm very happy it exists.
## Description
I'm following a course for STM32 Nucleo L476RG. The course instructs me to override `…
-
## Overview
This post is a summary of the our evaluation of using Rust for an embedded project, and the gaps we hit and why we ultimately decided to use a subset of C++14 instead. This is from a te…
-
According to the reference manual (fig. 49), the D1CPRE clock max is 550MHz. This matches what the clock configuration in STM32CubeMX told me before. However, when trying to set a 544MHz clock, I get …
msrd0 updated
8 months ago
-
I am using stm32h750b-dk board and whenever I am running test code provided by zephyr in `zephyr/tests/drivers/memc/ram` the code passes for sram1 and sram2 but always fails for sdram2 even though the…
-
Hello,
When trying to compile microros for the stm32f303RE I had some errors with the microros_time.c file. Another person had the same problem but only adding the paths correctly solved the problem.…