How to divide RAM into 2 sections in stm32f4
Posted on May 07, 2018 at 15:37Hi All,Am trying to fix the RAM addresses for new global variables in .data segment. For this, I have divided RAM into sections and by using attribute Am fixing address for newly created global variable. It was looks f...