[][src]Attribute Macro cntrlr_macros::reset

#[reset]

Override the default reset vector

When you implement the reset vector, you are responsible for all chip and runtime initialization, including such things as loading the data segment and clearing bss. You probably don't want to do this. See raw_entry if you want to take over after minimal board init has been completed.