User Activity

Hi there!I have configured an STM32L432KC Nucleo board in STM32CubeIDE, with UART2 and TIM2 using DMA. The generated code doesn't set up these DMAs correctly. The root cause is that their MX_<peripheral>_Init() calls precede the MX_DMA1_Init(), and t...
So I'm looking at the reference manual of STM32F723 to find out how to control the USBPHYC peripheral. Actually there is no programmer's guide in there like for most peripherals, so I can only rely on the register map to find anything out about it. T...
Posted on May 01, 2018 at 22:20I recently started using the STM32CubeProgrammer for flashing MCUs via their DFU bootloader in the system memory. (After resolving the windows driver conflict with DfuSe, the lesson is: use Zadig instead of the batch f...
Posted on September 27, 2017 at 13:33I am developing a complex USB device with several endpoints, I have encountered the following problem: the DataIn class callback was passing the epnum parameter incorrectly, the 0x80 flag - which indicates the en...
Posted on March 08, 2016 at 22:21Welcome everybody, I have made some development on the CMSIS device descriptors: - The bit fields are added for each register mapping C structure, so the bit fields appear as simple variables that can be read and wr...
Kudos from