S32K314 Linker script error

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

S32K314 Linker script error

753 Views
abhijith_r
Contributor III

Hi,

I have created a FreeRTOS project for S32K314. I don't have the proper linker script for S32K314. So I used linker script of S32K312. But I can't use the total memory of S32K314 with this script. I have done some modification in this one, but that didn't works.Can someone share the linker script for S32K314.

Regards,Abhijith Raj

0 Kudos
5 Replies

736 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @abhijith_r 

Which IDE are you using?

 

0 Kudos

733 Views
abhijith_r
Contributor III

Hi @VaneB 

I am using S32 design studio 3.5

0 Kudos

730 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @abhijith_r 

You should be able to find the Linker files in the Project Settings folder of your project.

 

B.R.

VaneB

0 Kudos

718 Views
abhijith_r
Contributor III

Hi @VaneB ,

We have S32K312 and K344 example projects. When I try to use linker script of S32K312 it is working and when I modify the memory address it is crashing my firmware. But for S32K344 it is not working even without any modification.

Tags (1)
0 Kudos

709 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @abhijith_r 

The Linker script to configure memory regions are generated when creating the project, whether using any SDK or not.

Could you tell me how you generated your project for S32K314 to try to replicate the problem?

0 Kudos