arm: async echo app
This commit is contained in:
@@ -23,7 +23,7 @@ void ResetHandler() {
|
||||
|
||||
} // namespace
|
||||
|
||||
__attribute__((section(".vector_table")))
|
||||
__attribute__((section(".vector_table"), used))
|
||||
uint32_t vector_table[16] = {
|
||||
[StackPointer] = reinterpret_cast<uint32_t>(&_initial_stack_pointer),
|
||||
[Reset] = reinterpret_cast<uint32_t>(ResetHandler),
|
||||
|
||||
Reference in New Issue
Block a user