User Activity

void HardFault_Handler(void){ /* USER CODE BEGIN HardFault_IRQn 0 */  __asm volatile  (    " tst lr, #4                        \n"    " ite eq                          \n"    " mrseq r0, msp                       \n"    " mrsne r0, psp               ...
Please if you can give me a good link that show how can I use the HAL layer to write and read from the flash.
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...
Kudos from
Kudos given to