STM32F103, erase a function that define in spesial section
Posted on May 28, 2015 at 11:13hi in my software, define a section named ''My_SECTION'' and put just a function on it. in IAR .icf file define that section write in address 0x08050000. I used debugger, function is correctly wrote in 0x08050000 and h...