Monthly Archives: September 2018

How to use 3 channels of the ADC in DMA mode using CUBE-MX and ATOLLIC

– For develop this project the use the NUCLEO_L031K6 (32 pin Nucleo Board), CUBE-MX and ATOLLIC. We assume that you have familiarity with this tools, in other case see our dedicate tutorials to CUBE-MX and ATOLLIC. For more info see … Continue reading

Posted in STM32 | Comments Off on How to use 3 channels of the ADC in DMA mode using CUBE-MX and ATOLLIC

DC motor with Honeywell Hall sensor (it’s used like an encoder)

– In the image below there is a low cost DC motor (in my case is a 24 Vdc motor). This is a typical DC motor used for automate a gate, shutters, etc. For more info click here.  

Posted in STM32 | Comments Off on DC motor with Honeywell Hall sensor (it’s used like an encoder)

STM32 GPIOs interrupt & Atollic

– The GPIOs has 16 interrupt lines. All pins with same number are connected to line with same number. They are multiplexed to one line. Each line can trigger an interrupt on rising, falling or rising_falling edge on signal. For … Continue reading

Posted in Atollic, STM32 | Comments Off on STM32 GPIOs interrupt & Atollic