ucosii with secondary bootloader

my secondary bootloader is working ok with normal application.
but when i used with ucosii application its stuck in task1.

memory map is

for bootloader-0x00000000 0x00010000
application 0x00010000 0x00080000

for copying vector to ram i have used
IF :DEF:RAM_INTVEC ADR R8, Vectors ; Source LDR R9, =RAM_BASE ; Destination LDMIA R8!, {R0-R7} ; Load Vectors STMIA R9!, {R0-R7} ; Store Vectors LDMIA R8!, {R0-R7} ; Load Handler Addresses STMIA R9!, {R0-R7} ; Store Handler Addresses ENDIF

please help me

please provide me startup code that can be used.

thanks and regards
pranam gharat

Parents Reply Children
No data
More questions in this forum