9names / bl702-hal

Rust Embedded HAL for Boufallo BL702 microcontroller
MIT License
10 stars 4 forks source link

Fix RAM start address in linker scripts #4

Closed 9names closed 1 year ago

9names commented 1 year ago

The original start address was from a linker script in bl_iot_sdk, but it's wrong. Anything stored before 0x42014000 doesn't work, so moving start offset there. This now matches what the bl_mcu_sdk scripts use.