User Activity

Using CUBEMX 6 to configure the two comparators in STM32L053 in window mode this initialization code is generated:COMP_HandleTypeDef hcomp1; COMP_HandleTypeDef hcomp2;   /* COMP1 init function */ void MX_COMP1_Init(void) {   hcomp1.Instance = COMP1...
Sorry for the dumb question, but I am rather new to this family of products.I need to have two different possibility to exit a LP mode in different phases: in one case I can wake-up via the internal comparator, and this can be done even in STOP mode,...