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

ADC read from multiple pins? STM32F411

Hello,I'm using cubeIDE for the whole setup and I'm trying to read a voltage from 2 different pins now when using:HAL_ADC_Start(&hadc1); HAL_ADC_PollForConversion(&hadc1, HAL_MAX_DELAY);   ADCPin1Val = HAL_ADC_GetValue(&hadc1);where hadc1 pointer ref...

MLemo.1 by Associate III
  • 6305 Views
  • 7 replies
  • 1 kudos

Error when uninstalling usbser driver

Hello, All!When I try to uninstall "windows driver package - STMicroeletronics (usbser) Ports (01/03/2015.1.1)", I get an error message (see attachment).Can you support me?

Omcsesz by Associate II
  • 692 Views
  • 0 replies
  • 0 kudos

Nucleo-L4R5ZI user LED's are not turning ON

I am a beginner in embedded coding, I am trying to turn on user LED's of nucleo-l4r5zi board but its not turning on. kindly lead me to the solution. (I am using keil)Thanks.Code:#include "stm32l4xx.h"         // Device headerint main(void){RCC->AHB2...

VSira by Associate II
  • 459 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H743: Moving the heap into SDRAM?

HiI need a big heap for some json parsing. How do I re-locate the heap into SDRAM? Obviously this needs to happen fairly late in the initialisation sequence once the SDRAM has been set up and initialised.Is there an equivalent of __set_MSP() ?Thanks

PMath.4 by Senior III
  • 1025 Views
  • 4 replies
  • 0 kudos

can i send binary value from Modbus

Hi, i am using Modbus to write and read registers . can i send one-one bits by selecting holding registers. For example : i am initalizing uint16_t control _reg = Modbus[6]; //Modbus[6]=000000001 is the value i am sending from Modbus.next i am...

Lchal.1 by Associate III
  • 403 Views
  • 0 replies
  • 0 kudos

NRF24L01 module with STM32

Hi,Is there anyone is using NRF24L01 module with STM32??Please do share the working library files for transmitter & receiver..Thanks in advance..

Bs.1 by Associate II
  • 1317 Views
  • 3 replies
  • 0 kudos