STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Rising and falling edge on GPIO_STM32G4

Hi,I am working with STM32G491RE.I am giving pulse to GPIO pin from function generator. That pulse will be 2 msec on time and 8msec off time.I need to make flag high if the signal from function generator lost.Can anyone suggest me how to do this?void...

sireevenkat1_0-1696936253459.jpeg

Resolved! STM32L0x2 timer frequency off by 10%

Hello!I'm trying to setup up timer6, i need to use it at different frequencies at different times. To test the timer i toggle an output pin in the ISR and measure the frequency with an oscilloscope, but the frequency is consistently off by about 10%....

Fiskk by Associate
  • 1394 Views
  • 3 replies
  • 3 kudos

Resolved! Compatibility of different footprints of same MCU type

Hello,I want to change the MCU STM32F779AIY to STM32F779NIH6I already checked the pinout in CubeMX and i can use the same config for the peripherals at the same naming of pins (PB1, PA4 and so on).Do i need to change anything at the software if i cha...

STM fgets character limit

fgets ignores my limit and is trying to read 1024 characters.char *fgets( char *str, int numChars, FILE *stream );as I understand fgets it is supposed to read up to numCHars characters from stream into str. It should also stop on a newlineThe behavio...

Qye by Associate II
  • 1439 Views
  • 2 replies
  • 0 kudos

RTOF: Receiver timeout - UART

Hi,HAL Version used - 1.10.0I am using RTO interrupt to identify if the transmitter has finished sending a packet. In the IRQ handler "void HAL_UART_IRQHandler(UART_HandleTypeDef *huart)", this is considered as an error and it is aborting the ongoing...

Luke_abc_1-1696761236413.png
Luke_abc by Associate III
  • 3430 Views
  • 10 replies
  • 1 kudos

HAL_TIM_Base_Start_DMA

i did not find any example explain how i can get value counter from time by DMA in main programnote i use stm32g030f6#HAL_TIM_Base_Start_DMA/* USER CODE BEGIN Header *//**  *****************************************************************************...

STM32F446 VREF+ power up condition

Hello everyone,I am in the process of designing a PCB with an STM32F446ZET6 and I have a question regarding the voltage on the VREF+ pin. In the datasheet on p. 76, footnote 4 states that the condition "VDDA-VREF+ < 1.2 V" needs to be respected. Tabl...

mabe_rs by Associate II
  • 1356 Views
  • 2 replies
  • 1 kudos