2032676_en-US

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

2032676_en-US

2032676_en-US

S32K342 MemAcc_MainFunction() does not complete

Remaking post as I have a better understanding of what the issue appears to be?

When I run the program, it appears to initialize the first MemAcc successfully, but the 2nd and 3rd is completely blank data and never initializes even once the first area is complete. In the example after the first is finished with 96 of 96 then the 2nd one fills in its values. The first never changes off JOB_STATE_STOP and AreaIndex 1 never moves off of JOB_STATE_STARTING.

pb632146_2-1737589698196.png

pb632146_3-1737589736844.png

pb632146_4-1737589746089.png

I have each memsector batch configured identically and assigned to their own Memaccaddress configurations that are also identical.  

pb632146_5-1737589929792.pngpb632146_6-1737589936060.pngpb632146_7-1737589941912.pngpb632146_8-1737589959929.pngpb632146_9-1737589964621.png

pb632146_10-1737589969493.png


A comparison with FEE_Example_S32K344 where once Length remain reaches 0, the area index 0 memacc data is removed and AreaIndex 1's information is used and it goes from JOB_STATE_STARTING to JOB_STATE_PROCESSING

pb632146_11-1737590779898.png

pb632146_12-1737590796010.png


What might be causing this error of not completeing the job on the first Memory area?



Re: S32K342 MemAcc_MainFunction() does not completeThe issue was that the default for Mem Acc Job End Notification Name is a default to NULL_PTR rather than "Fee_JobEndNotification," it would be really nice if the FEE example pointed out such things.

Also it initializes just fine with NULL_PTR for some reason? Which I find very confusing in both this and the example but I suppose I will not question it as I cannot find the config pointer for FEE_Init.
Re: S32K342 MemAcc_MainFunction() does not complete

Hi @pb632146,

I haven't tested the project, but I noticed that you initialize MemAcc_Init() with a NULL_PTR.

danielmartynek_0-1737705309287.png

danielmartynek_1-1737705441982.png


Regards,

Daniel

标记 (1)
无评分
版本历史
最后更新:
‎11-21-2025 11:32 AM
更新人: