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

Remote access to ST-Link server

Hi I have recollections from a while ago, that it is possible to have an ST Link connected to one PC, and connect to it via ST Link server from another PC via a network. I have spent alot of time searching trying to find some information on this but ...

AJE by Associate II
  • 4023 Views
  • 8 replies
  • 4 kudos

startup error

make: *** [Core/Startup/subdir.mk:19: Core/Startup/startup_stm32f407vgtx.o] Error 1make: *** Waiting for unfinished jobs....I am facing issue.Identify the issue and try to resolve it.

Multiple definitions warning for PAGESIZE

I am getting a multiple definitions warning when compiling due to Inc/Legacy/stm32_hal_legacy.h redefining PAGESIZE, which is already defined in limits.h (in the RTEMS lib). I am using STM32H7xx specifically, but this issue appears to affect all of  ...

dknipe by Associate II
  • 995 Views
  • 3 replies
  • 0 kudos

Parsing Raw Data

Hello,I need to parse a raw data that I receive UART3 interface. Then, I will send to a PC to show results in serial monitor. Before implementing in the microcontroller, I tested my approach in a C compiler. A sample raw data in the buffer array and ...

AE104 by Senior
  • 3782 Views
  • 12 replies
  • 3 kudos

Resolved! Stm32H743 ADC 16bit Really ?

The cubemx example for ADC scan of internal channels for 743-eval shows the converted values being multiplied by 4.  So is it really 16 bit or 14?  I have verified the necessity of multiplying by 4 to get correct readings for VBat.  

Stm32f429igt6-ltdc-lvgl

DescriptionIam using stm32f429igt6 board for displaying an image using ltdc display. I have used lvgl library for displaying an image. For 16bit RGB565 format lvgl V7.4 worked well and good but i want V9.1 in which 24 RGB666 format is available. I ha...