User Activity

Hi All,I have configured for STM32L071xx xx controller bare metal. I was not able to find X-Cube-Mems1 for the controller.Please me know if LIS2MDL (or Mems package) is not supported on STM32L0 series?PFA screen shot of the STM32Cube IdeThanks,Milind
Hi,In the datasheet --> https://www.mouser.com/datasheet/2/389/teseo_liv4f-3011072.pdf"IRNSS constellation ready"&"2.5 IRNSSThe Teseo-LIV4F is ready for IRNSS using a dedicated firmware." is mentionedFrom where can we get the IRNSS / NAVIC supporting...
The below code works with out the initialization "GPIO_Init(GPIOA, GPIO_PIN_3, GPIO_MODE_OUT_PP_HIGH_SLOW);" ,but does not work with initialization.void main(void){ volatile uint8_t count; count = 0x00; GPIO_DeInit(GPIOA); GPIO_Init(GPIOA, GPIO_P...