User Activity

Hi, I'm using the STM32L073CZ micro in a thermometer application.I've used CubeMX to create the base code and adapted it.I'm using ADC channel 1 for the temperature measurement, which is working correctly. I'm only initializing the ADC channel when i...
Posted on October 16, 2017 at 17:14Working with the STM32L052C8 using the HAL commands. I'm using the 'HAL_Delay()' command which is meant to be a delay in ms but I'm measuring HAL_Delay(1); to be 15ms. Checked with the data sheet and it says to hav...
Posted on January 25, 2017 at 16:07I’m using the STM8L052r8 to measure temperatures on the ADC channels 24/25. I’m using a proven ADC routine but my expected counts aren’t coming in correct.It seems I've got a volt drop/ current flow across R1 on th...
Posted on October 26, 2016 at 11:18Hi, I'm using the STM8L052R8 for temperature measurement, so using an ADC channel, and then displaying the temperature on the LCD.It would be really handy to be able to clear the LCD Ram memory instead of writing t...
Posted on August 30, 2016 at 10:07Hi, I'm trying to find some code examples I can run though using the STM8L152C6 micro. I'm new to this so I wanted some proven code I can step though and make sure I understand all of the commands, can anyone point ...