Is it correct behaviour of Dem module if it's saving for combined DTC (with immediate storage enabled) only snapshots and extended data? After power reset and read DTC I'm receiving status of DTC 0x50 but with occurence counter equal to one and with snapshot data. For not-combined DTCs status is different than 0x50. Is it correct?
Immediate storage of combined DTC - Dem AUTOSAR
5.7k Views Asked by Rafal At
1
There are 1 best solutions below
Related Questions in DIAGNOSTICS
- What diagnostic tools are available for Node.js applications?
- Importing and exporting to a text file - Python
- How to calculate TP, FP, TN, FN using only N and 4 relationships between the cells?
- R: logistic regression using frequency table, cannot find correct Pearson Chi Square statistics
- MongoDB Sharded, Replica'd Cluster, Query commands for all configuration / running statuses?
- How to get process "type" (App, Background Process, or Windows Process)
- How do I specify UseDevelopmentStorage=true for azure 2.5 sdk web role diagnostics
- Get-Content and show control characters such as `r - visualize control characters in strings
- IIS Analytics and Diagnostic Logging
- Improving diagnostics with the help of static_assert
- Is it possible to run a software program (for example autocad) with C# without exact file path?
- Typescript takes ~30 minutes to compile single file (~600 lines)
- Printing a PDF from a Windows Service using GhostScript - How to diagnose permission issue
- "pragma GCC diagnostic ignored" has no effect if it's defined in PCH?
- CRM 2011 find out which batch process last changed a record
Related Questions in AUTOSAR
- How to access data of an AdcChannel within an AdcGroup data buffer
- How to use ApplicationDataTypes in C code
- Autosar interface for handwritten
- Getting "pre-check failed" error with missing attributes in module configuration of NvM in AUTOSAR
- Autosar Vector Configurator Validation error on 'Mem_Infls'
- SOME/IP Specification - Error message requirements
- tresos79001 error on vector configurator validation
- AUTOSAR rule A5-0-4 stance on pointer arithmetic
- What are FEE unconfigured blocks? Are they different from the ones configured in Autosar NVM/FEE?
- RTE and OS in Autosar
- Is it necessary to create extra ComM channel for J1939 Dm1 message configuration?
- Which Attribute from System Template is Functional Destination Address for DCMIPdu in AUTOSAR?
- What does Mapping Type Field means in AUTOSAR System Template Document?
- Which api is used by Autosar when routting messages using the Can rx/tx interrupt method?
- MISRA 10.3 issue about AUTOSAR booleans
Related Questions in NON-VOLATILE
- When not to use volatile?
- Linux high-speed(/no impact) storage (for settings) and PHP
- Under what conditions will writes to non-volatile variables be unseen by other threads? Can I force such conditions for experimental purposes?
- How to prevent "partial write" data corruption during power loss?
- Excel replace Indirect function with a non volatile formula but referencing a cell with named ranges in
- Excel - Dynamic ranges without volatile formulas or VBA
- Read/Write from ATtiny1616 EEPROM
- struct Non_const, non_volatile static or external variable
- Java : Volatile variable access
- c# .net in-memory persistence
- non-volatile variables
- Immediate storage of combined DTC - Dem AUTOSAR
- Dereferencing a NULL pointer in embedded
- Does JVM guarantee to cache not volatile variable?
- Do Android ART and HotSpot behave differently in non-volatile variable visibility?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
That behavior for sure is incorrect. State 0x50 indicates that DTC is not tested at all, but on the other side, you have stored data for one of the events mapped to this DTC. Below is your DTC status byte:
What we know:
I suggest to first check the status of the problematic DTC before reset. If we have in memory snapshot and/or extended data and a status byte which indicates a fail of the DTC, but after reset we have a status 0x50, than it means that the NvM block with the status byte is not triggered to be stored.
But if we also have a status 0x50 before reset, than it means that probably you have only problem with the configuration of DemEventMemoryEntryStorageTrigger.