feat: RS485透传改为Modbus RTU Master轮询寄存器41161报警信号

This commit is contained in:
2026-05-27 17:15:57 +08:00
parent 0bc39b7944
commit 5318c35d37
17 changed files with 380 additions and 4373 deletions

View File

@ -17,8 +17,7 @@
"project\cmd_router.o"
"project\debug_log.o"
"project\multi_uart_router.o"
"project\uart3_passthrough.o"
"project\uart3_protocol_discriminator.o"
"project\modbus_rtu_master.o"
"project\tim.o"
"project\stm32f1xx_hal_gpio_ex.o"
"project\stm32f1xx_hal_spi.o"

View File

@ -7,6 +7,7 @@ LR_IROM1 0x08000000 0x00010000 { ; load region size_region
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
.ANY (+XO)
}
RW_IRAM1 0x20000000 0x00005000 { ; RW data
.ANY (+RW +ZI)

View File

@ -7,7 +7,6 @@ LR_IROM1 0x08000000 0x00010000 { ; load region size_region
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
.ANY (+XO)
}
RW_IRAM1 0x20000000 0x00005000 { ; RW data
.ANY (+RW +ZI)