Skip to content

Trying to Assign a Value to a Pointer of a FIC_3 Address to Flash User LED on Icicle Kit #411

Discussion options

You must be logged in to vote

Writing to 0x4000_0002 is a misaligned address as this is a 32 bit write on a 32 bit interface. Could you try writing to 0x4000_0000 and 0x4000_0004 instead? You need to be aligned for this interface (there are strobe signals available for byte level writes on the fabric side).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NickSchmidt64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants