segger studio work with ea4357

This commit is contained in:
hathach
2018-03-09 16:22:10 +07:00
parent eaaebc2b88
commit 3e42845153
17 changed files with 36943 additions and 0 deletions

View File

@@ -89,6 +89,9 @@ void SystemInit (void)
extern void *__Vectors;
org = *pSCB_VTOR = (unsigned int)&__Vectors;
#elif defined (__SES_ARM)
extern uint32_t _vectors;
org = *pSCB_VTOR = (((unsigned int)&_vectors) & 0xFFF00000UL);
#else
#error Unknown compiler
#endif