-
Notifications
You must be signed in to change notification settings - Fork 1
leechwort/balancing_robot
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Test
You have to set the correct memory layout for your device in the linker script.
Please check the FLASH and SRAM length.
e.g.
MEMORY
{
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 0x08000 /* 32k */
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x01000 /* 4k */
}
About
My personal repository for balancing_robot
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published