mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-12-30 05:10:57 +00:00
fix: use correct nrf54l15 flash size
Both SVD and documentation agrees on 1524kB
This commit is contained in:
parent
0698b95715
commit
9b5fc685a1
@ -204,7 +204,7 @@ pub const FORCE_COPY_BUFFER_SIZE: usize = 1024;
|
||||
|
||||
// 1.5 MB NVM
|
||||
#[allow(unused)]
|
||||
pub const FLASH_SIZE: usize = 1536 * 1024;
|
||||
pub const FLASH_SIZE: usize = 1524 * 1024;
|
||||
|
||||
embassy_hal_internal::peripherals! {
|
||||
// PPI
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
MEMORY
|
||||
{
|
||||
FLASH : ORIGIN = 0x00000000, LENGTH = 1536K
|
||||
FLASH : ORIGIN = 0x00000000, LENGTH = 1524K
|
||||
RAM : ORIGIN = 0x20000000, LENGTH = 256K
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user