BSP and Device Driver Development Guide
The next initialization part can be found in
$BSP340_ROOT/start340/init68340.c
. First the Interrupt
Vector Table is copied into RAM, then the data section recopy is initiated
(_CopyDataClearBSSAndStart in $BSP340_ROOT/start340/startfor340only.s
).
This code performs the following actions:
.bss
section (all the non-initialized
data will take value 0).
BSP and Device Driver Development Guide
Copyright © 1988-2007OAR Corporation