-
Hi,
On 1 May v7 will enter to release candidate state. After that, no new features are merged to v7.
(The release is planned for 18 May.)
During the release candidate state and the goal is to
…
-
So where do I start....
if I create a new project from scratch in the STM32CubeIDE, using the latest 1.16 firmware release.
I pick my LwIP middleware, including FreeRTOS.
the system auto-b…
-
In src/flash/mflash.h the line
`mg_io_uint8 reserved7[186];`
should be changed to
`mg_io_uint8 reserved7[190];`
This is obviously an error, since in mflash.c reserved7 is accessed using
`…
-
### Description of defect
Hi, we are using a custom PCB board with stm32wb55 recomended hardware design and uploading mbed into it. We've never had a problem so far, on our latest manufacturing w…
-
This does seem to work (though I haven't yet sent a message):
```rust
dp.RCC.apb2enr.write(|w| w.syscfgen().enabled());
let gpioa = dp.GPIOA.split();
let gpiob = dp.GPIOB.split();
…
-
I'm using windows 7 Pro 64bits SP1 + STM32CubeIDE 1.4.2 (Latest version available)
Step to reproduce the issue:
- I have cloned this repository https://github.com/eez-open/modular-psu-firmware.git…
-
Hello,
I'd like to implement a very simple 2.4 MHz clock divider using STM32_TimerInterrupt. I'm able to achieve this simply in STM32CubeIDE. However I want to do the same thing in Arduino because …
-
As explained in https://community.platformio.org/t/a-detailed-description-of-the-functions-in-the-platformio/17369/5.
When you create a STM32Cube project in VSCode, e.g. for a board of the L4 seri…
-
Hello and thank you for your nice example.
Can you please re-check the number of samples requested to DMA:
`HAL_DAC_Start_DMA(&hdac1, DAC_CHANNEL_1, (uint32_t*)dmaBuffer[dmaBank], numSamples * 2 ,…
-
Hi,
I'm very new to Daisy, I have just received my Seed a few days ago.
Basically, I'm trying to modify the oscillator frequency using a potentiometer. But the read of ADC always returns the sam…