Categories

{{ selectedCategory.name }}

{{ topic.Title }} {{ topic.Ddate | formatDate }}

{{ topic.Content }}

No topics found!

Callpoint failed: <yourINISequence>.ini

24-Nov-2023

When converting winIDEA workspaces from older versions (e.g. 9.17.xx) to a newer one, or using the same initialization sequences (INI files), which worked with old winIDEA versions but not with the newer ones, you might encounter errors such as:

E 021 S_NNN: Callpoint failed: ..\<yourINISequence>.ini


The most likely reason for this callpoint to fail is that the INI sequence specifies a command that was deprecated between the two winIDEA versions.


Possible solution: 

When importing an initialization sequence into a newer winIDEA version, always inspect the INI file, and if necessary substitute the deprecated commands with the actual ones.

For example, if an S (write) command was used in the old winIDEA version: S REG_NAME L 0xDABAD000,
it should be replace with the A (write) command in order to work with the newer winIDEA versions:  A REG_NAME L 0xDABAD000


More resources:

Was this answer helpful?

Sorry this article didn't answer your question, we'd love to hear how we can improve it.
Note: This form won't submit a case. We'll just use it to make this article better.

Similar topics

{{ topic.Title }} {{ topic.Ddate | formatDate }}

{{ topic.Content }}

No similar topics found!

Other topics in the same category

{{ topic.Title }} {{ topic.Ddate | formatDate }}

{{ topic.Content }}

No topics found!