diff Lib/mk20dx256vlh7.ld @ 340:e8841d3c6db5

mk20dx256vlh7 working! - Interrupt vector table position fix (affected everything in the firmware) - Added fault debug messages - Fixed usbMuxUart
author Jacob Alexander <haata@kiibohd.com>
date Sat, 13 Jun 2015 20:42:12 -0700
parents 795cc567b018
children
line wrap: on
line diff
--- a/Lib/mk20dx256vlh7.ld	Tue Jun 09 10:02:05 2015 -0700
+++ b/Lib/mk20dx256vlh7.ld	Sat Jun 13 20:42:12 2015 -0700
@@ -40,8 +40,7 @@
 {
 	.text :
 	{
-		. = 0;
-		KEEP(* (.vectors))
+		. = 0; KEEP(* (.vectors)) /* MUST BE AT 0 */
 		*(.startup*)
 		. = 0x400; KEEP(* (.flashconfig)) /* MUST BE AT 0x400 */
 		*(.text*)