CMSIS-View icon indicating copy to clipboard operation
CMSIS-View copied to clipboard

Expand documentation of the SCVD format

Open jkrech opened this issue 5 months ago • 2 comments

We need specification and documentation for:

  • Which format specifier (%J, %M, %U, %E, %d, %x) supports structured access?
  • What is the structured access syntax?
  • What is the structured access behavior? (i.e. how does it work?)
  • Examples with simple and complex usage together with the produced output

https://arm-software.github.io/CMSIS-View/latest/elem_member.html

jkrech avatar Jul 30 '25 07:07 jkrech

I believe these were experiential. Are these format specifiers used in some SCVD files? A potential candidate are the SCVD files of MDK Middleware. If not maybe these should be deprecated.

ReinhardKeil avatar Jul 30 '25 07:07 ReinhardKeil

A quick check of the middleware pack showed that we use this for example in the Network.scvd file quite heavily.

KeilChris avatar Jul 31 '25 12:07 KeilChris