STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can i use GPIO pins in modbus.h and modbus.c?

Hi, i want to use GPIO pin in Modbus.h and Modbus.c file using stm32f103. But even if I mention header file in my Modbus.h the code is not working. it shows error.stm32f1xx_hal_gpio.h is the header file I included in Modbus.h. HAL _ GPIO _ Write Pi...

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

GDBserver and OpenOCD not getting installed

I want to try gdbserver and openOCD on CLI so as to compile and debug STM32 MCU Firmwares via CLI and to get an understanding of their work. But not able to get enough resources on the net for their installation as I am windows user and resources ava...

KGupt.1 by Associate III
  • 384 Views
  • 0 replies
  • 0 kudos

I2C slave receive unknown length message

General idea:I'm trying to write the I2C as slave on a L476. The master might need to change a bunch of registers at the same time, so instead of sending n separate commands I want to receive one long command and the prepare the response to be sent b...

MHoss.1 by Associate III
  • 6047 Views
  • 5 replies
  • 0 kudos

Resolved! UART even parity received WRONG

hey thereI try to receive some characters using UART and here is the confighuart1.Instance = USART1;   huart1.Init.BaudRate = 4800;   huart1.Init.WordLength = UART_WORDLENGTH_8B;   huart1.Init.StopBits = UART_STOPBITS_1;   huart1.Init.Parity = UA...

Ala by Senior
  • 711 Views
  • 2 replies
  • 0 kudos