Continue Coldfire MCF52221 CodeWarrior demo.

This commit is contained in:
Richard Barry 2008-10-21 13:27:58 +00:00
parent 58f3f932ee
commit 6bf7776dec
8 changed files with 210 additions and 13 deletions

View file

@ -188,7 +188,7 @@ asm void _startup(void)
{
/* disable interrupts */
move.w #0x2700,sr
/* Pre-init SP, in case memory for stack is not valid it should be setup using
MEMORY_INIT before __initialize_hardware is called
*/