Browse
STMicroelectronics Community
FAQs
Sign In
Product forums
STM32 MCUs
STM32 MCUs Products
STM32 MCUs Boards and hardware tools
STM32 MCUs Software development tools
STM32 MCUs Embedded software
STM32 MCUs TouchGFX and GUI
STM32 MCUs Motor control
STM32 MCUs Security
STM32 MCUs Wireless
STM32 MPUs
STM32 MPUs Products
STM32 MPUs Boards and hardware tools
STM32 MPUs Embedded software and solutions
STM32 MPUs Software development tools
MEMS and sensors
MEMS (sensors)
Imaging (sensors)
Automotive and Transportation
Automotive MCUs
AutoDevKit Ecosystem
GNSS positioning
Edge AI
Analog and audio
Interface and connectivity ICs
Power management
ST25 NFC/RFID tags and readers
STM8 MCUs
Other: hardware
Other: software
Knowledge base
STM32 MCUs
STM32 MPUs
MEMS and sensors
Analog and audio
EMI filtering and signal conditioning
Interface and connectivity ICs
Power management
Quality & reliability
Academy
About
Community guidelines
Feedback forum
Community blog
Developer news
JShiu
Associate II
since
2019-10-06
2023-06-14
User statistics
3
Posts
0
Solutions
0
Kudos given
0
Kudos received
View all badges
STMicroelectronics Community
About JShiu
Options
Report User
User Activity
Posts
Replies
How do I establish communication between STM32F429IG and Energy meter using modbus RS485 serial communication port using Keil version 5 software?
2019-10-06
Kindly share the code for Keil.
Re: How do I establish communication between STM32F429IG and Energy meter using modbus RS485 serial communication port using Keil version 5 software?
2019-10-10
@Community member Can you please help me this? I have mentioned the issue in the reply comment above.
Re: How do I establish communication between STM32F429IG and Energy meter using modbus RS485 serial communication port using Keil version 5 software?
2019-10-08
Can you help with modbus rtu main.c file:- #include "bsp.h" #include"systick.h" int main() { USART_INTERRUPT_CONFIGURATION(USART6,GPIOC,GPIO_PinSource6,GPIO_PinSource7,GPIO_Pin_6,GPIO_Pin_7,0,0); char tmp[8]; tmp[0]=0x01; tmp[1]=0x03; tmp[2]=...