Closed
Conversation
6587032 to
caadcf9
Compare
Member
|
/ci diff pr |
Member
Author
|
Here's the SVD xml file: |
Member
|
The |
Member
|
going to close this PR as it's not correct and seems like the input is the source of the problem experienced. |
Author
|
Oh, I think I see what you are saying. Thanks for the help. |
Member
|
to clarify :) this seems to work, not sure it's correct though as I was unable to find register descriptions diff --git "a" "b"
index 698e1ca..dd099bd 100644
--- "a"
+++ "b"
@@ -54251,7 +54251,7 @@ SPDX-License-Identifier: BSD-3-Clause
<register>
<name>PCFG1</name>
<description>Configuration register 1 for channel pair</description>
- <addressOffset>0xC20</addressOffset>
+ <addressOffset>0x0</addressOffset>
<size>32</size>
<access>read-write</access>
<resetValue>0</resetValue>
@@ -54300,7 +54300,7 @@ SPDX-License-Identifier: BSD-3-Clause
<register>
<name>PCFG2</name>
<description>Configuration register 2 for channel pair</description>
- <addressOffset>0xC24</addressOffset>
+ <addressOffset>0x4</addressOffset>
<size>32</size>
<access>read-write</access>
<resetValue>0</resetValue>
@@ -54318,7 +54318,7 @@ SPDX-License-Identifier: BSD-3-Clause
<register>
<name>PSTAT</name>
<description>Status register for channel pair</description>
- <addressOffset>0xC28</addressOffset>
+ <addressOffset>0x8</addressOffset>
<size>32</size>
<access>read-write</access>
<resetValue>0</resetValue> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This fixes generation of a pac for the LPC55S16 chip. Before, trying to generate this board's pac would result in the following error: