User Activity

Hi everybody,Is there a commonly used or already-built system for platform/chip abstraction between multiple STM32 parts? I have encountered various PAL's over time, some better than others, but I was curious if there is one common one that people us...
Has anyone experienced issues trying to run STM32CubeProgrammer on Apple Silicon, and overcome them?I am trying to use it to flash to an STM32F103 micro, but the flashing fails partway through.The issue reproduces using the CLI version of STM32CubePr...
Alright, I am searching the STM32L4 reference manual (RM0351), and as far as I can see, there is no description of how the UART is expected to behave when various "reception error" flags are set. In my case, I am observing NE when resetting a modem, ...
Does doing a simple write to the flash address space not result in any kind of a BusFault or other error interrupt?After debugging an issue wherein I did not realize that I was running `qsort` on const data that was residing in the, I was a little su...
I am trying to set up an STM32F412VE chip using the DFSDM peripheral to read from a PDM microphone.My goal is do do standard double-buffering of the DMA output, switching buffers upon completion so DSP can be done while new data is being streamed in....