Posted on October 13, 2017 at 12:55Hello comunity,I trying to write a bootloader that will copy firmware from one memory range to other. And I need your help with understanding what is going on with my STM32F106C8T6 and what I doing wrong.Incoming d...
Posted on July 02, 2017 at 14:08The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 31, 2014 at 19:22Hello,Do anybody has an example of manchester decoder for stm8 on C? As I understand, I should use a timer interrupts or an EXTI. Thank you. #stm8 #manchester
Posted on October 13, 2017 at 16:00I thought that vector table is based on the 0x8000 0000 address and has it's own offset. Also it could be changed by adding offset.---system_stm32f1xx.c----&sharpifdef VECT_TAB_SRAM SCB->VTOR = SRAM_BASE | VECT_TAB...
Posted on October 13, 2017 at 15:08Thank you for your answer.You are right, I if build frimware with configured someproject.stc to the 0x08005000 adreses It works, I knew it before. But, while I testing (copying firmware from one segment to other) ...
Posted on July 05, 2017 at 20:05Hi Amel,Sorry for the late answer, and thanks for your attention to this issue. I was out of office and answering from smartphone is not casual.1. Yes, the project is on the stm32f107.2. It write something like 4.18.0...
Posted on July 02, 2017 at 17:45 Read again user manual chapter #4 of UM1075 Table 4. Than under table you could see. '1. The power supply from the application board is connected to the ST-LINK/V2 debugging and programming board to ensure sign...