User Activity

I have an application where in "run" mode alot of current is needed at 3V3, so there is no way around a 3V3 switching regulator in the circuit. In the sleep mode, i don't need any pheriperal power, the main switching regulator would be turned complet...
To minimalize migration from a current working atmel design to a new stm32 design, i desire to create a abstraction function in atollic true studio. Currently, it seems that when generating the project via cube, the MX_GPIO_Init function uses each co...
Hello,We are currently evaluating a replacement solution for our current microcontroller. STM32 is currently one of the favorite contestants.The current software is written in C++ and uses alot of code that is pure C++, so no relation to the actual h...
My task is to change our current microcontroller solution to STM32, for this i choose to use Atollic True Studio. My goal is to keep the current software and only replace the hardware access (which is the only mcu specific part). Since all the librar...