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

Function for printing values

Hello,I'm working with the NUCLEO-F722ZE EVB on STM32CubeIDE.I want to use the main USB connection to the PC as a UART.The default CubeMX pin configuration already has PD8 and PD9 configured as a UART, so I proceeded with code generation (the auto ge...

skon.1 by Senior
  • 3785 Views
  • 13 replies
  • 0 kudos

Cycle counter accuracy with PLL and HSE Clock for STM32L4

I am currently designing an application where I will read Sensors that can be integrated over time (e.g. Accelerometer, flow meter). As a first step I want to calculate whats the maximum error I could get by using the cycle counter as a unit of time....

VChav.19 by Associate II
  • 1468 Views
  • 4 replies
  • 0 kudos

HAL_UART_Receive doesn't block execution

Helllo,I'm working on the NUCLEO-F722ZE EVB.I want my code to wait for a character to be received from UART 3 and do nothing.This is what I wrote:unibt8_t received_character = 0 ; HAL_UART_Receive(&huart3, received_character, 1,1000) ;From what I und...

skon.1 by Senior
  • 2207 Views
  • 9 replies
  • 0 kudos

How to do MODBUS communication over the UART.

I m using Nucleo-f413zh controller. i want to know how we can do the modbus communication over it using UART tx and rx.plzz provide me the basic code of the modbus i m having a modbus library.plzz provide me the any example code of sending or receivi...

AVasi.3 by Associate
  • 2240 Views
  • 2 replies
  • 0 kudos

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
  • 803 Views
  • 2 replies
  • 0 kudos