Class Reset

    • Constructor Detail

      • Reset

        Reset()
    • Method Detail

      • vectorTable

        static void vectorTable()
        Regular vector table, linker will place it to address 0. When booting from flash, the table will be loaded at start of DDR and will not be used there.
      • vectorTableCopy

        static void vectorTableCopy()
        Vector table used when booting from flash, linker will place it at address 0x50. The kernel will copy it to address 0
      • reset

        static void reset()