-
My system works with E220-400M22S and E220-400MM22S on various controllers like STM32F7, ESP32 with LoRaRF Arduino library.
I am able to receive and transmitt.
Trying to make it work with RPi with n…
-
I want to route all globals in a static library into a specific memory partition, but at the same time I want the variables to be stored in external SDRAM. This seems to be not supported.
Here's wh…
hjuul updated
9 months ago
-
**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, …
-
It would be good to have a checklist in the source file of every example, to ensure people trying to use examples for different chips/boards know what they need to do. This is a VERY common question i…
-
For hwmv2, there should be a match between the names and values of SoCs, this should take the form of:
```
config SOC_SERIES
default "nrf51" if SOC_SERIES_NRF51
default "nrf52" if …
-
PIO Core Call Error: "Error: Unknown environment names 'BOARD_MKS_GEN_13'. Valid names are 'FYSETC_S6, teensy31, mks_robin_pro, jgaurora_a5s_a1, teensy35, melzi, BIGTREE_BTT002, STM32F103RC_btt_USB, r…
-
PIO Core Call Error: "Error: Unknown environment names 'BOARD_MKS_GEN_13'. Valid names are 'FYSETC_S6, teensy31, mks_robin_pro, jgaurora_a5s_a1, teensy35, melzi, BIGTREE_BTT002, STM32F103RC_btt_USB, r…
-
I have problems creating a new OSPI driver for a quadspi external chip. I get
`the trait 'embassy_stm32::ospi::*' is not implemented for '*'` for all 6 Pins. Am I doing something wrong here or is it…
-
**Is your feature request related to a problem? Please describe.**
I saw the Meadow F7v2 has 2 DACs. After purchasing Meadows and starting a project to control a 7 zone slab heating system for a very…
-
If anyone is interested, I have managed to set up Visual Studio for NETMF native development, using GCC toolchain and OpenOCD debugger, for STM32F746 Nucleo board. It allows 'F7'-style build and 'F5' …