You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay,
so i use the svd for the stm32f303 , which has an inverted ordering in the field values for registers MODER, OT and so on.
The higher numbered bits appear before the lower ones, and all deriveFrom enumeratedValues from field#0.
cortex-debug extension gives me an error, that it cannot parse the svd file.
The error points to svd.ts::153(by the output of the error message)
This lookahead seems to work at svd.ts::253 for regInfo(you have put some comment there), but i do not have any ts knowledge, so i cannot provide you with some appropriate PR.
The text was updated successfully, but these errors were encountered:
Please use that extension or install the latest pre-release of cortex-debug. Both are available in the marketplace. If you still have issues, please report them in the other repo
Okay,
so i use the svd for the stm32f303 , which has an inverted ordering in the field values for registers MODER, OT and so on.
The higher numbered bits appear before the lower ones, and all deriveFrom enumeratedValues from field#0.
cortex-debug extension gives me an error, that it cannot parse the svd file.
The error points to svd.ts::153(by the output of the error message)
This lookahead seems to work at svd.ts::253 for regInfo(you have put some comment there), but i do not have any ts knowledge, so i cannot provide you with some appropriate PR.
The text was updated successfully, but these errors were encountered: