S32DS flash vector Table in RAM for S32K144

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32DS flash vector Table in RAM for S32K144

1,438 Views
koehlerl
Contributor IV

Hi,

how can I change the  __flash_vector_table__ symbol for the linker?

I want use the vector table in the Flash and not in the RAM.

BR

Lutz

0 Kudos
1 Reply

1,084 Views
stanish
NXP Employee
NXP Employee

Hello Lutz,

The symbol must be defined in the linker options:

pastedImage_1.png

but a part of the SDK drivers won't work, since they install their own IRQ handlers.

Regards,

Stan

0 Kudos