Can you help me with fft? I don't know exactly how to use it. my goal is to separate the different frequencies.can you share sample code.
The connections are quite simple Master-CLK , Master->MOSI to Slave->MISO and we only have one Slave so, we aren't using CS. We're only trying to receive simple data but, we're only getting various trash. We have experienced crashing and the clock si...
In addition neither the datasheet nor the reference manual mention how to access it but the older (pre HAL era) driver versions did support this. The backup registers are even missing in the RTC register map of the reference manual even though these ...
HiI had a Problem with the HAL UART driver. On my Custom Board with STM32H7 the TX and RX Pin are connected together, so i have a local echo and read back everything i transmitt. My Problem now is that it will generate a Receive interrupt but don't f...
Hi ,all.I wanted to understand where the 16 in this equation comes from, cna anyone epxlain?
DocID025832 Rev 5In Table 13. STM32F042x pin definitions, "TSSPOP20" instead of "TSSOP20".JW
I use cubemx (6.0.0) to generate ADC1 configuration code, for example, ADC1 channels 1, 2, and 3 are injection channels, and TIM1 channel 4 is used to trigger, and ADC1’s 4, 5 are Regular channel. STM32F4 can work very well. But STM32G4 does not wor...