Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error C4447E (ARM- KEIL) adding libcrypto.a file

Hi, I am working on STM32 based IC using KEIL IDE.I have added Middleware Crypto lib to my project...file name is libcrytpo.aWhen I add it into my project on compiling I get following error.libcrypto.a: Error: C4447E: option '-E' and input file '..\M...

anuj by Associate II
  • 2406 Views
  • 8 replies
  • 0 kudos

Resolved! Problem Using Jump_To_Application() in IAP Bootloader

Hello ST community!I'm using a stm32F417VGT6 to perform an IAP in Keil IDE.in the bootloader, using the binary file on a SD card, I read executed binary program and write it on flash memory. then i use Jump_To_Application() to start the new app. Ever...

Seyed by Associate III
  • 4674 Views
  • 13 replies
  • 0 kudos

LIBC Thread Safe support in IAR with FreeRTOS

HiI'm looking for the implementation of these functions for enabling thread safe support in libc within IAR:typedef void iar_Rmtx; /* Lock info object */void __iar_system_Mtxinit(iar_Rmtx *); / Initialize a systemlock /void iar_system_...

deckhard by Associate III
  • 943 Views
  • 1 replies
  • 0 kudos

freezing on stm32 for two second while erasing sector

Hello all,I would like to write data to eeprom of stm32f413zh with stm32cube ide. I use HAL library to do this. I am able to write to eeprom correctly. But while erase function is running, microprocessor freezes for a while(one or two second). I trie...

Auysa.1 by Associate
  • 929 Views
  • 2 replies
  • 0 kudos