I an using GHS compiler in S32 Design Studio for S32 Platform 3.5.
how to add binary file in linker script of S32K3?
/* specify the file format of binary file */
/**/
TARGET(binary)
INPUT (xxx.bin)
OUTPUT_FORMAT(default)
/**/
SECTIONS
{
....
.flash_app_0 ALIGN(4) : > int_flash_app_0 --> ?
}
BRs.
Hyunung Park
解決済! 解決策の投稿を見る。
Hi,
sorry for delay. I'm not familiar with GHS compiler/linker script file. I think that better way how to get answer is ask the question on GHS support page - https://support.ghs.com/
I will ask the question to GHS support