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

This commit is contained in:
2025-01-20 01:30:18 +08:00
parent b5b9d538a1
commit 6e0ec2b64e
7 changed files with 179 additions and 31 deletions

View File

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