How can I put the STM32 to turn on/off at specific times?
Is there any way I can turn on and off the device at specific time or make it in a low power mode to save battery life?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Is there any way I can turn on and off the device at specific time or make it in a low power mode to save battery life?
What's the MSL(Moisture sensitive level) of STM32F031K6U7, thanks.
When trying to open a page that was previously saved with the Firefox browser (current version) the site is loaded, but the Cookies acceptance question appears, so after accepting, the page does not open the content.Please check this, not being able ...
I'm using a custom STM32L452RE with the processor clocking at 80Mhz.
Hi, I am trying to change MIT4_CRR2 on the fly to change the period of the PWM output by doing:void EXTI4_IRQHandler(void) { /* USER CODE BEGIN EXTI0_IRQn 0 */ htim4.Instance->CNT = 0; htim4.Instance->CCR3 = 0x0000A978; /* USER CODE END EX...
where is BYPASS_REG pin of voltage regulator in stm32f407vgt6 and how it was enabled and disabled?
Hello community! My mcu is STM32H743IIT6 tqsp176 from blue waveshare board. I create a new project from Cube with HAL. Then I make the simplest flashing cycle of the LED:volatile unsigned long x = 0; while (1) { while (x++ < 2000000) {} x =...
I am configure w5100 using spi.but at the time of reading its show wrong data.Refer Code link: https://www.carminenoviello.com/2015/08/28/adding-ethernet-connectivity-stm32-nucleo/
Hello,i am using a Nucleo - F411RE board and i want to create a sine wave with an external DAC (mcp4922). So i initialized a SPI connection to send my sine wave table to the external DAC. The frequency of the ouput sine wave should have 40 KHz. At ...