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

STM32G031J6 pin remapping?

Hi there,Has anyone figured out how GPIO pin remapping works on the 8-pin STM32G031J6 chips? The datasheet lists several different pads connected to each pin, and I only see remapping bits for PA9/11 and PA10/12 in the SYSCFG registers. For example, ...

How do I Program and Debug the Nucleo-F767ZI in Linux?

I have a Nucleo-F767ZI and I have used IAR to build a .out of my project in Linux (Ubuntu 18). I would now like to load and run this project on the board. How do I do this? What additional tools, or Hardware, if any, do I need?Thank you!

PR.5 by Associate
  • 991 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H7 option byte programming

Hi,I'm trying to change the boot order of the STM32H745 to gate the M7 core and boot the M4 core.This works fine in ST-Link utility ofcourse.Now I'm trying this in code and this seems to not work.I think the issue is with setting the bit from high to...

Mvan .31 by Associate II
  • 1482 Views
  • 2 replies
  • 0 kudos

UART Problem when using default initialization

Hello,I've encountered a problem while using the STM32CubeIDE.I have a project targeting the NUCLEO-F722ZE EVB - the purpose is to print "Hello World!" to the PC console connected to the ST-LINK USB. When creating a new project, at the MXCube I'm pre...

skon.1 by Senior
  • 1270 Views
  • 3 replies
  • 0 kudos

Basic SPI transmit

I think I'm misunderstanding something with the generic SPI transmit procedure. I'm working with the STM32L432, but I think that's the standard SPI device for most MCUs. My scenario is with the MCU as Controller rather than Peripheral...My issue is w...

Resolved! HAL Timer PWM Instance and Init parameters error with ADC1

Hello,I am working on STM32F413VGT with STM32CubeIde.I am using timer 3 channels 1 and 2 to generate 2 PWM signals to control a motor. This part works perfectly.I am also using ADC1 in DMA mode to get 7 ADC measurements. This function also works perf...

0693W000001t6okQAA.png 0693W000001t6pnQAA.png
TGate.1 by Associate II
  • 3935 Views
  • 8 replies
  • 0 kudos

How Indication works

Issue: How to send indicationhow can get confirmationHow to disable indication from server to clientHow to know client all data received from serverMy Code is:       bool isIndicationEnable;       if (attribute_modified->Attr_Data[0] & COMSVC_Indicat...