Ask questions, find answers, and share insights on STM32 products and their technical features.
I sleep at the time I set with rtc on the stm32f103c8t6 microcontroller. I wake up with the alarm I set. No problems so far. I want to sleep when I press a button. But when I press the button, it sleeps, then wakes up immediately and sets the alarm t...
Hi all, I need to drive the ADC with TIM1 at 4MHz, drive by an external event.I want to know the clock precision on this timer. For the moment I use HSI16 and the PLL to have 80MHz on APB.I also have a LSE for the RTC.but what is the precision. I nee...
Hi,We are working with STM32U585AI processor. Our software is based on an RTOS and we are using LPTIM to generate OS ticks.Our system runs from either PLL@160MHz or HSI@16MHz depending upon system load. LPTIM is fed directly from LSE@32768Hz.We are f...
A strange issue is observed, i am able to flash using STM32 CubeIde and shows flashing successful, but when run command using debugger the code does not execute, it stays at while (1). Any possible reasons why such behavior happens? Please advise.
I'm trying to setup a CAN-FD example with data rate switching (1MHz nom, 8MHz data) on an STM32G0B1. It seems to work up to 4MHz, but when I decrease my divisor to get to 8MHz, the CAN frames just stop after the arbitration. Here's my init code that...
My Demo I need to establish a USART connection between my board and ROS1. The python code I run in ROS environment is in the package "rosserial_python" and it is called "serial_node.py". I followed this guide ( https://www.youtube.com/watch?v=cq0HmKr...
Hello,I'm trying to do a calibration of the ADC before starting it, but in comping i get this error.I declared all the hal libraries related to the adc.Thanks
Hello,I have an issue with event flag I am setting this flag inside ISR of GPIO pin interrupt and there is a task wait for this flag but even if the interrupt is come and set the event flag the task still in blocking mode this my code : void MXT_vidT...