comparison nuc-fw/nucleus/init.S @ 132:2c5160a9d652

nuc-fw: switched from nucdemo to Riviera, got some serial output
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 02 Nov 2013 01:48:11 +0000
parents 321f6a9ae989
children
comparison
equal deleted inserted replaced
131:035672b72f9b 132:2c5160a9d652
287 @ Make a call to begin all board specific initialization. 287 @ Make a call to begin all board specific initialization.
288 @ Begin with Initializing the Vector table and replacing 288 @ Begin with Initializing the Vector table and replacing
289 @ default interrupts with Plus IRQs. Then setup the timer 289 @ default interrupts with Plus IRQs. Then setup the timer
290 @ and begin the system clock. 290 @ and begin the system clock.
291 291
292 BL INT_Interrupt_Init @ Install the vector table 292 @ FreeCalypso change: we are now using TI's code structure
293 BL INT_Timer_Initialize @ Initialize the timer 293 @ which handles the interrupts and the timers differently.
294
295 @ BL INT_Interrupt_Init @ Install the vector table
296 @ BL INT_Timer_Initialize @ Initialize the timer
294 297
295 @ Call INC_Initialize with a pointer to the first available memory 298 @ Call INC_Initialize with a pointer to the first available memory
296 @ address after the compiler's global data. This memory may be used 299 @ address after the compiler's global data. This memory may be used
297 @ by the application. 300 @ by the application.
298 @ INC_Initialize(first_available_memory); 301 @ INC_Initialize(first_available_memory);