User Activity

Hello,I need to generate a clock to trigger some sensors acquisition at a given frequency..I'm doing this using a timerI do have several choice to configure the timer prescaler & period fields.My question is : what is the best choice to limit MCU cor...
 Hi, We received a custom board built around a STM32L476 MCU. I could program it with a basic "Hello World" program which aims at blinking some leds. But the leds do not blink... :( using debugger, I noticed 2 strange behaviors 1) call to HAL_Delay()...
Hello,I'm planning to use a STM32L476 to acquire approx 150 analog signals. For some reasons, I have to periodically check the justness of the ADCs.I read in the RM that it is possible to connect internally DAC to ADC but I can not figure out how to ...