增加轮速输出

This commit is contained in:
2025-11-07 10:31:57 +08:00
parent 84221794b6
commit 2f580d0d3a
11 changed files with 121 additions and 98 deletions

View File

@@ -7,7 +7,7 @@ PROVIDE( _stack_size = __stack_size );
MEMORY
{
FLASH (rx) : ORIGIN = 0x0000000, LENGTH = 214K
FLASH (rx) : ORIGIN = 0x000A000, LENGTH = 214K
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 64K
}