Skip to content

Conversation

@crawfxrd
Copy link
Member

@crawfxrd crawfxrd commented Jan 8, 2026

According to the datasheet, the e-flash signature can be at any 16-byte aligned address in 0x40-0xF0. Because of an address conflict with SDCC 4.5.0, move the signature to 0x80. This matches the address for Zephyr RISC-V SoCs, like 82302.

Ref: zephyrproject-rtos/zephyr#36379
Resolves: #518

According to the datasheet, the e-flash signature can be at any 16-byte
aligned address in 0x40-0xF0. Because of an address conflict with SDCC
4.5.0, move the signature to 0x80. This matches the address for Zephyr
RISC-V SoCs, like 82302.

Ref: zephyrproject-rtos/zephyr#36379
Signed-off-by: Tim Crawford <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SDCC 4.5.0 conflicts with ITE code signature, puts HOME segment at wrong address

1 participant