S32DS 3.5 Memory Map View not updating after Flash erase/write

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

S32DS 3.5 Memory Map View not updating after Flash erase/write

106件の閲覧回数
sochoi
Contributor III

I am using S32 Design Studio 3.5 with an RDT environment and the GHS toolchain, and I have encountered an issue with the Memory Map view.

When I perform Flash erase and write operations while running from RAM, the actual memory contents are updated correctly (I can confirm this by reading the data back). However, the Memory Map view does not refresh and continues to display the old values.

memory.png

Details:
Environment: S32DS 3.5 + RDT + GHS toolchain

The project builds and runs successfully.
Flash erase/write operations work as expected (verified by reading memory).
The Memory Map view in S32DS does not update automatically to reflect these changes.

My questions are:
1)Is this a known issue with the S32DS 3.5 Memory Map view?
2)Is there a way to force refresh so that the Memory Map shows the updated contents after runtime Flash operations?
3)Could this behavior be related to the toolchain (GHS), or is it an IDE limitation?

Any advice or workaround would be highly appreciated.

Thanks in advance!

タグ(1)
0 件の賞賛
返信
1 返信

64件の閲覧回数
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @sochoi,

Memory Monitors should be updated once the memory is written, however, Eclipse's Memory View does not update while the part is running. For instance, the C40_Ip_Example project writes into sector 0x00600000. After writing with C40_Ip_MainInterfaceWrite, I can see the memory updated when stopping:

Snag_247e738a.png

Snag_247f8b82.png

Regarding your questions:

1) No. This is not a known limitation. Try suspending or doing single steps through the project.

2) You can change the view to traditional and refresh the view directly:

Snag_248680f1.png

You could also remove and re-add the memory monitor, which should force a re-read.

3) Not really, as this is IDE behavior. Toolchain configuration should not affect the memory display for Eclipse.

Best regards,
Julián

0 件の賞賛
返信