Added configure and DFU support.
This commit is contained in:
9
boards/common/hwinit0.c
Normal file
9
boards/common/hwinit0.c
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Common code for hwinit0
|
||||
*/
|
||||
|
||||
#ifdef DFU_SUPPORT
|
||||
SCB->VTOR = 0x08003000;
|
||||
#endif
|
||||
|
||||
stm32_clock_init();
|
||||
Reference in New Issue
Block a user