User Activity

Hello,In my project, I sample the ADCs ( ADC1 & ADC2 ) every 1 millisecond. My ADC configuration :VREF = 3VFADC == 8M Prescaler = divide by 83 channels for each ADCSample time - 64.6 cyclesIn order to test my ADC driver, I inject 1HZ sinus. to 1 of ...
Posted on November 29, 2017 at 09:01Hello,I'm working on a custom board : stm32l073 + LCD screen ( matrix 4 x 25 ).I can't understand how to use HAL_LCD_Write function.As far as I understand I just need 3 parameters in order to write LCD : COM: 0-3 ...
Posted on October 18, 2017 at 08:30Hi All,Why there are no standard libraries for the STM32L0XX family?Building a new project for  STM32L0XX depend only on HAL / LL ??link to ST standard libraries download page :http://www.st.com/en/embedded-softwar...
Posted on October 17, 2017 at 12:49Hi All,in order to build new project (using STM32l073v8t processor) folder, I used the STM32cubeMX.I've set all IOs, change the clock tree using its UI and etc' according to my project.When I check the generated co...