Aurix TC23x custom bootloader in Aurix Dev. studio

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Alex_Bazan
Level 1
Level 1
First question asked Welcome!

Hello everyone! 

A have custom board with TC233 and custom CAN bootloader runing 0x8000 0000h (0xA000 0000h).

My main program should work from 0x8008 0000 (0xA008 0000).

Bootloader flash main program correctly.

How should i set up main program project to run from 0x8008 0000?

Should i re-init interrupt vectors or do something else?

 

0 Likes
1 Solution
Di_W
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 250 solutions authored

Hi Alex

You can refer to below document

AP32201 TC2xx controller start-up and initialization

Section 1.2:

STADABM   User Code Start Address. For example: A000 0020

View solution in original post

0 Likes
1 Reply
Di_W
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 250 solutions authored

Hi Alex

You can refer to below document

AP32201 TC2xx controller start-up and initialization

Section 1.2:

STADABM   User Code Start Address. For example: A000 0020

0 Likes