User Activity

I'm writing an SDMMC driver for my C++ RTOS - http://distortos.org/ - and there is one thing which really puzzles me, making it hard to decide about class hierarchy. In the Reference Manual for STM32F7 (but the same is true for other chips, both for ...
Posted on December 11, 2017 at 23:29I am currently porting my project - http://distortos.org/? - to STM32L4 family, so I wanted to download all the reference manuals. However I cannot download RM0351 - a RM for STM32L4x5 and STM32L4x6. If I start th...
Posted on February 23, 2017 at 11:18The consistency of CMSIS headers for different STM32 families is really terrible, which makes writing a multiplatform project a misery. The project I'm talking about is obviously my C++ RTOS ( http://distortos.org...
Posted on February 19, 2017 at 09:48I'm wondering where to find reference manual for STM32F72 and STM32F73 chips? I was able to find the datasheets - directly from the site of the particular chip - but the reference manual is not available from the ...
Posted on January 13, 2017 at 18:29Today in one of my projects I've enabled a new feature of my RTOS (http://distortos.org/) which ensures some functions are not used in interrupts. This checks - among others - for any use of mutexes from interrupts...
Kudos from