After #23 repair Reset on stm32, lpc1768 (#24)

wch-ch32v003
Marnix Klooster 3 years ago committed by GitHub
parent 74e22672d0
commit d4120f9c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,6 +14,7 @@ const VectorTable = microzig.chip.VectorTable;
export const vector_table: VectorTable linksection("microzig_flash_start") = blk: {
var tmp: microzig.chip.VectorTable = .{
.initial_stack_pointer = microzig.config.end_of_stack,
.Reset = .{ .C = microzig.cpu.startup_logic._start },
};
if (@hasDecl(app, "interrupts")) {
if (@typeInfo(app.interrupts) != .Struct)

Loading…
Cancel
Save