-
We do not support stm32h7 enough for it to be default option
-
I want to use Arduino Opta in one of my application, but I'm not getting any clues that it will compatible with Micro ROS or not.
If anyone worked with Arduino Opta, please give some clearity on it.
-
See https://github.com/apache/incubator-nuttx/pull/594#issuecomment-601745637 for Context
In the past and recently changes in make files have broken the CUSTOM board tooling.
```
CONFIG_ARCH_BOAR…
-
Hello community,
I have a custom stm32H7 board running v1.17 of micropython.
I have noticed that PA0 and PA1 return incorrect ADC values:
```
from machine import ADC, Pin
adc = ADC(Pin.cpu.A0)
…
-
I am trying to use SpiDeviceWithConfig https://docs.embassy.dev/embassy-embedded-hal/git/default/shared_bus/asynch/spi/struct.SpiDeviceWithConfig.html
in order to share a spi bus between different de…
-
I have seen selected MCU is an STM32F769IGT (LQFP176) which is very good anyway I think for future and to manage even more things it will be a must have to switch to pin compatible STM32H7 CPU with th…
-
hello all,
@Pro , @jpfr
my opc server with stm32 it works fine but after couple of hours it stopped and
i recieve this error, when i reconnect from UA_expert it resumes running,
Is it a memory p…
-
Hello.
Is there any project example available for STM32H7 for lwip without RTOS?
Thank you
-
### Describe the bug
This board runs without issues with `stable`, somewhere in-between caused the following to malfunction:
- Compass is not correctly detected, it receives data and it's possible…
-
Hi,
STM32 H7 HAL does not seem to support VCO Wide Range mode. As a result, maximum frequency is capped at 420 MHz (H730 can do 550 MHz). Wide VCO range is 192 to 836 MHz.
Whole `pll` module would…