User Activity

Dear All,I am going to use stm32f030f4 which has 16K flash & 4K SRAM. if I use STM32 bootloader , will Bootloader reduce available Flash/Ram or there is other reserved section for Bootloader i mean that i would like to save all flash/ram space for my...
Dear All,I am using STM8L ...I had tried ST library functions to write option bytes but they aren't written.the code as following :-halt_opt_byte = FLASH_ReadByte(0x4808); if( halt_opt_byte != 0x02 ) {    FLASH_ProgramOptionByte(0x4808, 0x02); }Still...