User Activity

OK, this is perhaps a fairly stupid question but I do not get it.I have an analogue voltage in range -5V..+5V and wantto measure it with the ADC of an STM32F446. The ADC-input works in range 0..3.3V.I have the feeling I can do that with a simple, res...
Hi,there are a lot of examples and tutorials available that describe how to use a FIR-filter (via function arm_fir_f32()). Unfortunately all these examples are either simple low-, high-, or bandpass-filters. Now what I'm looking for, is a possibility...
Hi,I want to permanently sample ADC data with an ST32F466. Timing is not important, so the idea is to do that out of the main loop. So my idea is, whenever there is some time and whenever the main-loop reaches the related position in code, it reads o...
I'm using an STM32F446RE to receive data via SPDIF. This works well with the following initialisation:hspdif.Instance = SPDIFRX; hspdif.Init.InputSelection = SPDIFRX_INPUT_IN0; hspdif.Init.Retries = SPDIFRX_MAXRETRIES_15; hspdif.Init.WaitForAct...
Hi,during development I work with the CubeIDE and use JLink, it connects to the SWD-port of my STM-board properly and works like a charm within the IDE.Now we're about to program loads of different boards. From my understanding this is where the Cube...
Kudos from