STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 HAL Macro functions

Hi everyone,I’ve noticed that STM32 drivers make extensive use of macros, and I’m curious about the reasoning behind this. Is the primary motivation is to increase performance / improve maintainability / are there other factors involved?

sarun by Associate III
  • 3541 Views
  • 23 replies
  • 10 kudos

Resolved! Modbus Library without FreeRTOS

Hi,I am working with an STM32 microcontroller (STM32 C0 & STM32H5 series) and want to implement Modbus communication without using FreeRTOS . Most examples I found are based on FreeRTOS, but I need to handle Modbus protocol in a non-RTOS environment....

himani by Associate II
  • 1118 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F769 USB Device High Speed

I am using FW_F7_V1.17.2 on STM32Cube to configure USB HS Device as a CDC. We are running with FreeRTOS and FatFS on a custom PCB.  The external Phy is a USB3300.  I am using MDK 5 IDE.The STM32 is connected to a Windows 10 host, using a simple proto...

barryccl by Associate II
  • 967 Views
  • 5 replies
  • 2 kudos

LWIP LOG NOT DISPLAYED

HI  I HAVE ENABLED LOG LIKE THIS  WHAT ELSE NEEDS TO BE DONE I HAVE SEEN OLD POST TO WRITE MAIN.C   BUT STILL NOT SHOWING LOG? LWIP LOG WILL BE VISIBLE IN CONSOLE OR SWV CONSOLE WHERE? THANKS IN ADVANCE

MGOEL1_0-1727013119452.png MGOEL1_0-1727013309202.png
MGOEL.1 by Associate II
  • 722 Views
  • 4 replies
  • 0 kudos

Resolved! STM32G431 TS_CAL2 temperature

HIAt what temperature the TS_CAL2 value for the STM32G431 is detected?In the datasheet it is reported 130 degrees while in the library "stm32g4xx_ll_adc.h" TEMPSENSOR_CAL2_TEMP is 110 degrees Thanks