Skip to content

Commit

Permalink
Fix Sonata's memory layout.
Browse files Browse the repository at this point in the history
Sonata starts the revokable memory range (the range that the shadow
memory covers) 0x80 bytes before the start of code memory, but the board
description file did not mention this.
  • Loading branch information
davidchisnall committed May 22, 2024
1 parent 4fdb918 commit 7ef24d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/boards/sonata.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"heap": {
"end": 0x00140000
},
"revokable_memory_start": 0x00100000,
"interrupts": [
{
"name": "UartRxWatermark",
Expand Down

0 comments on commit 7ef24d9

Please sign in to comment.