-
Hi,
I have tried this project with STM32H7B3I-DK which use MX25LM51245G_STM32H7B3I-DISCO.stldr external loader with STM32CubeProgrammer. If I build this project and replace MX25LM51245G_STM32H7B3I…
-
Hello!
I am just starting out with NuttX and I am extremely stuck on trying to figure out how to access specific peripherals using my nucelo_h743zi2 board.
For the purpose of background informa…
-
@tensorflow/micro
**System information**
- Host OS Platform and Distribution: Linux 5.5.5 Arch
- TensorFlow installed from: source
- Tensorflow version: 41c6bf7c6215bea9bfb9bf0a9b63f2084e6f3058
…
-
Like TIM_Typedef *TIMx refers to the hardware timer number (i.e TIM1, TIM2, ..... TIM24)
What does TIM_HandleTypedef *htim refer to in the below command?
HAL_TIM_IRQHandler(TIM_HandleTypeDef *h…
-
**Caution**
The Issues are strictly limited for the reporting of problem encountered with the software provided in this project.
For any other problem related to the STM32 product, the performance, …
-
# About me
Hey everyone, I'm excited to contribute to this project. My name is Vasily, I'm an electrical engineer by training and an embedded software engineer by trade.
## Software
- In my …
-
When configured for [ "stm32h743", "smps" ], compilation fails with:
error[E0599]: no method named `sden` found for struct `stm32h7::R` in the current scope
--> /home/dbg/.cargo/registry/src/gith…
-
**Describe the bug**
Civetweb on zephyr can easilly hang when there are no free filedscriptors. I have noticed it on a page that downloads some styles, javascript etc. Not on a simple text page.
*…
-
Reading ADC values is pretty common and it would be great if all ports had the same behaviour in this respect. The current situation is:
- For stm32 and esp32:
```python
adc = machine.ADC(pin) #…
-
It looks like the variant used for WB is correct, but it's also the same on H7. Specifically: The H7 PAC (probably SVD) has ACR and BCR bit 19 as NODIV, and 27 as MCKEN. This is correct per WB RM. H7 …