-
I have been looking a bit into refactoring the OpenSprinkler-Firmware codebase.
My primary goals behind the change are:
* improve code structure
* make one-off adjustments (such as https://github…
-
I try to give a go to recompile the bootloader to get a small variation of the VID/PID inside.
To make it simple my approach was first to recompile exactly the main code without modification.
I tried…
-
**Describe the set-up**
Seedstudio Wio Lite AI (based on STM32H725AEIX )
VSCode with GCC
**Describe the bug**
stm32h7xx_ll_delayblock.c has the following code :
`#if defined(HAL_SD_MODULE_…
-
If you configure different PWM's like:
```
PwmOut outA(OUT_0);
PwmOut outB(OUT_1);
```
And you setup the first PWM:
```
outA.resume();
outA.period_ms(1.0f);
outA.write(0.5f);
```
An…
-
I've been testing a chip that requires a [loader string](https://wiki.segger.com/J-Link_Multiple_Flashloader) as part of the device argument. For example, on the command line, I'd pass `-Device MIMXR…
-
I'm confused. I'm trying to update the firmware on my OSPi, and get the following response to sudo ./build.sh ospi:
```
Building OpenSprinkler...
A git submodule is not initialized.
Submodule 'ext…
-
Create a wrapper/dispatcher for analyzing CHI
-
I'm trying to use stm32h7b0's octospi peripheral as the following:
```rust
#[embassy_executor::main]
async fn main(_spawner: Spawner) {
let ospi_config = ospi::Config::default();
let …
-
Hello everyone,
Excellent work done here. I must say I have a question about the implementation. What would it change if I were to use the cortex-M4 instead of cortex-M7 ?
-
I'm trying to use the memory mapped mode of the OCTOSPI available on the CPU (`stm32h563zi`) at memory address `0x9000_0000` with a 64mbit QuadSPI (APM6404L) but trying to access this memory range tro…