User Activity

Some bugs and caveats observed with STM32CubeMX V6.12.0 for an STM32H7S78-DK board, preparing a STM32CubeIDE project, using STM32Cube_FW_H7RS_V1.1.0 and with ‘Initialise all peripherals with the default Mode’ enabled...RM0477 Rev 7 and DS14359 Rev 2 ...
Bare-metal STM32F030C8.Using input capture to receive encodes.Encodes are delimited by idle.I need to decode only the last 10 or so transitions of each encode.I want to perform the decode during the idle.So I’m using circular DMA and I want the timer...
@Amel NASRI​, @ranran​, @Piranha​, @Harrold​, @Pavel A.​ V2 of my fixes and improvements to H7_FW V1.5.0/V1.6.0 Ethernet...Changes includeDecoupling receive buffers from receive descriptors so buffers may be held any length time without choking recei...
I'd like to organise a software tree that'll accommodatebootloader for a custom board,application for the board,multiple ways of building the application,bootloaders and applications of future "next gen" boards, anda moderate body of application soft...