S32K312

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32K312

2,991件の閲覧回数
shiqi_seventeen
Contributor III

What syntax is required to assign a function or constant to a specified address in the S32DS environment?

 

I use__ Attribute__ (section (". ARM. __atx00502000")); Or__ Attribute__ (at (0x0050C000)); Define const constants or functions, but no corresponding address data appears in the generated HEX file.

 

0 件の賞賛
返信
6 返答(返信)

2,970件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport
0 件の賞賛
返信

2,953件の閲覧回数
shiqi_seventeen
Contributor III
Using the S32K312 processor, the size of the bootloader is 300k (P_FLASH0). Is there any other way to erase What is the remaining 724K space in P_FLASH0? (Do not use flash_driver mode)
0 件の賞賛
返信

2,941件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@shiqi_seventeen

I don’t quite understand your question, and your question is not consistent with this topic.

Please create a new topic with your new question.

0 件の賞賛
返信

2,937件の閲覧回数
shiqi_seventeen
Contributor III
Hi @Senlent,That means I am using the S32K312 processor now, the size of the bootloader is 300k (P_FLASH0). Is there any other way to erase What is the remaining 724K space in P_FLASH0? (Do not use flash_driver mode)
0 件の賞賛
返信

2,934件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@shiqi_seventeen

 the same FLASH module cannot be read and written at the same time to avoid RWW errors. This means that you still need to place the operations of reading and writing FLASH in different memory block, such as RAM.

0 件の賞賛
返信

2,931件の閲覧回数
shiqi_seventeen
Contributor III
Okay, I would like to ask if there are any related S32K312 routines on your end to solve such problems, that is, how to put them into RAM? This is the first time I have encountered this problem. Thank you
0 件の賞賛
返信