Revert "更改协议处理部分,但是串口没反应?"

This reverts commit 705cb68764.
This commit is contained in:
2025-01-20 15:25:48 +08:00
parent 6e0ec2b64e
commit b0b2966efc
7 changed files with 31 additions and 179 deletions

View File

@@ -1,7 +1,7 @@
/* memory map */
MEMORY
{
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 16K
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 64K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 8K
}