mk20dx256vlh7 working!
- Interrupt vector table position fix (affected everything in the firmware) - Added fault debug messages - Fixed usbMuxUart
This commit is contained in:
parent
e708a42d80
commit
03f60df94d
8 changed files with 85 additions and 18 deletions
|
@ -40,8 +40,7 @@ SECTIONS
|
|||
{
|
||||
.text :
|
||||
{
|
||||
. = 0;
|
||||
KEEP(* (.vectors))
|
||||
. = 0; KEEP(* (.vectors)) /* MUST BE AT 0 */
|
||||
*(.startup*)
|
||||
. = 0x400; KEEP(* (.flashconfig)) /* MUST BE AT 0x400 */
|
||||
*(.text*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue