Hello everyone, We are using in our compant STM32F4... for specific application.Now I want to implement the built in boot loader of STM32 that described AN3155.Anyone know a source code in C that implement it?
Posted on March 11, 2013 at 12:37Hi, I downloaded the latest FREERTOS version 7.4 and I'm using the demo ''CORTEX_STM32F103_IARCORTEX_STM32F103_IAR''My big problem is that the stm32f10x files are not updated (from 2006).Is there a newer port for ST...
Unfortunately, I'm working on a big legacy code and the dump of the internal ARM registers didn't help me too much to go to the root of the cause.What I did, I put benchmarks inside the code with cyclic buffer and when the Hardfault happened, I have ...
#define FLASH_USER_START_ADDR ADDR_FLASH_PAGE_16 /* Start @ of user Flash area */#define FLASH_USER_END_ADDR (ADDR_FLASH_PAGE_127 + FLASH_PAGE_SIZE - 1) /* End @ of user...