Associate III
July 20, 2020
Solved
problem when changing from DTCM Ram to RAM_D1
- July 20, 2020
- 12 replies
- 3982 views
Hello,
I am writing a project with STM32H7. The project contains RTC, SPI, USART, SD Card, timers, and I2C.
In order to have more RAM, I have brough the data and bss to RAM_D1.
As next steps I want to implement Ethernet. However, I realized that in order for Ethernet to work, I need to only use RAM_D1.
The problem is when I bring the heap and stack to RAM_D1, the project stops working.
Can someone please help?
I include the linker script before and after bringing everything to RAM_D1.
Thank you in advance for your help.
