User Activity

Dear all, can i control GPIOs of STM32F030C8 in system memory bootloader? i.e. i need to force a logic low for a specific pin before and while using the boot-loader?
Dears,I need help with this function; I can't enter system memory bootloader using the jump function{void(*systemMemoryJump)(void);/* pointer to function */ volatile uint32_t add = 0x1FFFEC00 ; HAL_RCC_DeInit();  /* disable systick timer */ SysTick->...
Posted on December 14, 2017 at 13:10Hello, no block or place matches the pattern 'ro code section FLASH_CODE in stm8l15x_flash.o' error appered after adding  #pragma location = 'FLASH_CODE' before block programming function in IAR complier? Any help...