Closed bbrown1867 closed 4 years ago
The file memory_1024_240.x appears to declare the RAM section as 256KB for these models. However, I think the correct amount is 320KB.
memory_1024_240.x
From the table on this page:
Also from the datasheet for STM32F745xx/STM32F746xx:
As far as I can tell, this change would effect two files:
build.rs
Happy to make the fix if others can concur.
The file
memory_1024_240.x
appears to declare the RAM section as 256KB for these models. However, I think the correct amount is 320KB.From the table on this page:
Also from the datasheet for STM32F745xx/STM32F746xx:
As far as I can tell, this change would effect two files:
memory_1024_240.x
build.rs
Happy to make the fix if others can concur.