error: linking with `rust-lld` failed: exit status: 1
= note: rust-lld: error: section '.rodata' will not fit in region 'FLASH': overflowed by 9048 bytes
rust-lld: error: section '.data' will not fit in region 'FLASH': overflowed by 9160 bytes
rust-lld: error: section '.gnu.sgstubs' will not fit in region 'FLASH': overflowed by 9184 bytes
warning: `blinky` (bin "blinky") generated 1 warning
error: could not compile `blinky` (bin "blinky") due to 1 previous error; 1 warning emitted
Note i change stm32f750v8 to stm32f446rc in Cargo.toml. then it is working fine on stm32f446rc microcontroller. but i tried to run same code by changing to stm32f750v8 in Cargo.toml. then i am getting error?
I have code https://github.com/learncodingforweb/blinky
Note i change stm32f750v8 to stm32f446rc in Cargo.toml. then it is working fine on stm32f446rc microcontroller. but i tried to run same code by changing to stm32f750v8 in Cargo.toml. then i am getting error?