Resolved! STM32F103: SRAM startup
Posted on May 26, 2018 at 01:18Hi all!When i try startup my firmware from SRAM on stm32f103RE then nothing.. BOOT1 and BOOT0 is set to 1Firmware developed on KEIL. Please, look my project settings:int main(void){__disable_irq (); SCB->VTOR = 0x2000...