User Activity

st-stm32cubeide_1.0.2_3566_20190716-0927_x86_64.exeis supposed to install the toolchain. But it is a 64 bit application that cannot be started on a 32 bit Windows system
The intend is to detect whether an array (size 256 bytes) is present in RAM at a location pointed to, and does not trap a HARDFAULT when the pointer written to it. A subsequent read from the same location should produce a value different from the val...
Posted on June 20, 2016 at 16:12I'm trying to generate a single pulse wave, having about 20 toggle transitions. I've created such a generator, and the thing that I haven't solved yet is how to stop it. The aim is to have the pulse wave start after p...
Posted on June 19, 2016 at 14:00It seems that the clock frequency for the I2S peripheral assumes another clock source (PCLK1 ??) than it should. When PCLK1 is different from SYSCLK this results in erronous calculations. In the data sheet of the STM3...