User Activity

I want to count the number of pulses that occur in an interval controlled by a timer. I want to trigger the timer and the counter simultaneously. How can I do that?
I need detailed specifications of the LD39300 LDO linear regulator. Specifically, I need the tolerance on the Vref reference voltage. I also need the confidence interval for the min and max values in the data sheet. As an example, I presume that fo...
I am designing a product for a client based on the STM32L476 processor. My product requires separate processor and control power domains with a shared ground. The processor domain is 3.3 volts, the control domain is 5 volts. There are times when t...
The GENERATE function in STM32CubeMX version 5.4.0 does not generate the line that begin:CFLAGS = $(MCU) $(C_DEFS) $(C_INCLUDES) $(OPT) -Wall ....in the Makefile when generating code for a new project using the STM32L010R8Tx that is to be compiled w...
I am trying to use an external 8MHz clock with the STM32L011. I generate the clock using the MCO output on a STM32Nucleo-L476 board, and connect it to a STM32Nucleo-L011 board on its PA0 pi (A0 on the Nucleo's CN4 connector). I used STM32CubeMX to ...