i want to interface stm32f4 disco with HMI using RS-232 modebus .read & write coils, holding res,data res ...
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...
Hi allI want to read i2c data of bme280 sensor. I must read it sequential as follows:StartSlave address ackInternal register address AckRepeated startSlaveaddress ackData to readStopI do that an...
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, ...
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!
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...
Hi,Board details : NUCLEO64 - G071RBTXI am trying to understand Receive timeout interrupt for implementation of Modbus RTU using USART2. As a start, to check the receive timeout interrupt, i want to check with a 2 seconds timeout interrupt. So confi...
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...