The issue is an erroneous plist: /Applications/STM32CubeIDE.app/Contents/Info.plistThere are missing sections under the Eclipse key.Below is a functional Info.plist, please compare to yours and modify if need be...<?xml version="1.0" encoding="UTF-8"...
Posted on June 20, 2017 at 16:36
Hi everybody,
I've got a custom made board with STM32L486VG on it. I'm trying to do a RTC calibration with external 1Hz clock based on
http://www.st.com/en/embedded-software/x-cube-rtc.html. Everything is set...
Posted on December 30, 2015 at 12:33
Hi,
I have a question regarding SYSCFG_CFGR3bit definition.
I'm using stm32l051xx.hV1.4.0 and Reference manual RM0377 /DocID025942 Rev 4.
Some bits seems to be defined in reserved area of SYSCFG_...
Posted on September 24, 2015 at 14:35
Hi,
there are some problems with code generated by STM32CubeMX when using HSI/4 as a system clock.
STM32CubeMX generates (stm32l0xx_hal_conf.h):
#define HSI_VALUE ((uint32_t)4000000) which is wr...
Posted on December 30, 2015 at 14:52Thank you very much for you response.Could you please advise which is correct?I'm trying to set up Vrefint for ADC correctly.Kind regards,Jan
Posted on October 05, 2015 at 14:58
Hi Mayla,
sorry for late response.
For my project I need to run USART1 from HSI or HSI/4. The reason for that is to be able to wake up from stop mode. I have chosen HSI/4 to lower the power consumption. ...