mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-22 16:14:37 +08:00
Merge branch 'devel' of github.com:madcowswe/ODrive into sam_cubemx_cleanup
This commit is contained in:
@@ -43,7 +43,8 @@ MEMORY
|
||||
{
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K
|
||||
CCMRAM (rw) : ORIGIN = 0x10000000, LENGTH = 64K
|
||||
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K
|
||||
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 768K
|
||||
NVM (r) : ORIGIN = 0x80C0000, LENGTH = 256K
|
||||
}
|
||||
|
||||
/* Define output sections */
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
#include "low_level.h"
|
||||
#include "axis_c_interface.h"
|
||||
#include "commands.h"
|
||||
#include "config.h"
|
||||
/* USER CODE END Includes */
|
||||
|
||||
/* Variables -----------------------------------------------------------------*/
|
||||
@@ -141,6 +142,9 @@ void StartDefaultTask(void const * argument)
|
||||
|
||||
/* USER CODE BEGIN StartDefaultTask */
|
||||
|
||||
// Init and load persistent configuration
|
||||
init_configuration();
|
||||
|
||||
// Init communications
|
||||
init_communication();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user