S32K312

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S32K312

3,218 次查看
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 回复数

3,197 次查看
Senlent
NXP TechSupport
NXP TechSupport
0 项奖励
回复

3,180 次查看
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 项奖励
回复

3,168 次查看
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 项奖励
回复

3,164 次查看
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 项奖励
回复

3,161 次查看
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 项奖励
回复

3,158 次查看
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 项奖励
回复