User Activity

I have an STM32G473 and would like to use DMA to send a circular buffer to a set of 8 GPIOs, 6 using port A, 2 using port B. Two uint32_t arrays of equal length work as circular buffer, to be fed in the respective A or B BSRR register. Timer 7 (can p...
Are there any guides or tips on making an STM32 MCU last in a high temperature (~150°C) environment? Specific voltage or clock speed tweaks?The MCU would sleep most of the time, but now and then take and store some measurements.Would certain families...
tldr; Can I have a timer counter reset (once / one-shot) when the RX pin of a CAN-FD peripheral is activated, so I can later determine the exact time elapsed?I have a chain of ~8 STM32 devices on a ~2m CAN-FD bus. Several MCU part numbers (mostly G4)...
I have a custom board using the STM32G473CBT6 MCU. BOOT0 is pulled-down by a 100k resistor and is used as GPIO (output) at runtime. The firmware is generated by CubeMX, with the addition of a C++ file for the 'user' application. The board works fine,...
I have a custom board here using the STM32G0B1CBT6 MCU. After generating a project with CubeMX (6.8.1) the USB device mode isn't recognized by the OS. Neither CDC nor HID. But as soon as I have it jump to the bootloader the DFU USB device shows up ju...
Kudos from